summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2015-04-01drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula
2015-04-01drm: rockchip/dw_hdmi-rockchip: improve for HDMI electrical testYakir Yang
2015-04-01drm: bridge/dw_hdmi: separate VLEVCTRL settting into platform driverYakir Yang
2015-04-01drm: bridge/dw_hdmi: fixed codec styleYakir Yang
2015-04-01drm/i915: Fix for ringbuf space wait in LRC modeJohn Harrison
2015-04-01drm/i915: Move common request allocation code into a common functionJohn Harrison
2015-04-01drm/i915: Make intel_logical_ring_begin() staticJohn Harrison
2015-04-01drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison
2015-04-01drm/bochs: disable video before changing video modeChris Ruffin
2015-04-01Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie
2015-03-31drm/i915: Convert the ddi cdclk code to get_display_clock_speedVille Syrjälä
2015-03-31drm/i915: Simplify ilk_get_aux_clock_dividerVille Syrjälä
2015-03-31drm/i915: Assume 400MHz cdclk for the rest of gen4-7Ville Syrjälä
2015-03-31drm/i915: ILK cdclk seems to be 450MHzVille Syrjälä
2015-03-31drm/i915: Return more precise cdclk for gen2/3Ville Syrjälä
2015-03-31drm/i915: Enable DVO 2x clock around DVO encoder initVille Syrjälä
2015-03-31drm/i915: Mark the overlay active only if we got ring spaceVille Syrjälä
2015-03-31drm/i915: Convert overlay->{active, pfit_active} to boolsVille Syrjälä
2015-03-31drm/i915: Convert BUGs to WARNs in the video overlay codeVille Syrjälä
2015-03-31drm/i915/chv: Remove Wait for a previous gfx force-offDeepak S
2015-03-31drm/imx: imx-ldb: allow to determine bus format from the connected panelPhilipp Zabel
2015-03-31drm/imx: imx-ldb: reset display clock input when disabling LVDSPhilipp Zabel
2015-03-31drm/imx: imx-ldb: add drm_panel supportPhilipp Zabel
2015-03-31gpu: ipu-v3: turns out the IPU can only downsize 4:1Philipp Zabel
2015-03-31gpu: ipu-v3: limit pixel clock divider to 8-bitsPhilipp Zabel
2015-03-31drm/imx: consolidate bus format variable namesPhilipp Zabel
2015-03-31drm/imx: switch to use media bus formatsPhilipp Zabel
2015-03-31drm/imx: ipuv3-crtc: Allow to divide DI clock from TVEv2Philipp Zabel
2015-03-31drm/imx: Add support for interlaced scanoutPhilipp Zabel
2015-03-31drm: line wrap DRM_IOCTL_DEF* macrosEmil Velikov
2015-03-31Merge branch 'drm-atmel-hlcdc-4.1-fixes' of git://github.com/bbrezillon/linux...Dave Airlie
2015-03-31Merge tag 'drm-amdkfd-next-2015-03-25' of git://people.freedesktop.org/~gabba...Dave Airlie
2015-03-30drm: bridge/dw_hdmi: adjust n/cts setting orderRussell King
2015-03-30drm: bridge/dw_hdmi: protect n/cts setting with a mutexRussell King
2015-03-30drm: bridge/dw_hdmi: combine hdmi_set_clock_regenerator_n() and hdmi_regenera...Russell King
2015-03-30drm/i2c: tda998x: use drm_hdmi_avi_infoframe_from_display_mode()Russell King
2015-03-30drm/i915: Skip allocating shadow batch for 0-length batchesChris Wilson
2015-03-30drm/atomic: Don't try to free a NULL stateAnder Conselvan de Oliveira
2015-03-30drm/i915: PSR: Keep sink state consistent with sourceDurgadoss R
2015-03-30Enabled dithering in the intel VCH DVO for 18bpp pipelines.Thomas Richter
2015-03-30drm/i915: Add i915_gem_request_unreference__unlockedChris Wilson
2015-03-30drm/i915: Check lane sharing between pipes B & C using atomic stateAnder Conselvan de Oliveira
2015-03-30Merge tag 'v4.0-rc6' into drm-intel-nextDaniel Vetter
2015-03-30drm/atomic: Clear crtcs, connectors and planes when clearing stateAnder Conselvan de Oliveira
2015-03-27drm/i915: Update DRIVER_DATE to 20150327Daniel Vetter
2015-03-27drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() codeVille Syrjälä
2015-03-27drm: Use max() to make the ioctl alloc size code cleanerVille Syrjälä
2015-03-27drm: Simplify core vs. drv ioctl handlingVille Syrjälä
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä