summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2013-08-19drm: mark context support as a legacy subsystemDaniel Vetter3-36/+68
2013-08-19drm: disallow legacy dma ioctls for modesetting driversDaniel Vetter1-0/+15
2013-08-19drm: mark dma setup/teardown as legacy systemsDaniel Vetter3-14/+19
2013-08-19drm: disallow legacy sg ioctls for modesetting driversDaniel Vetter1-0/+6
2013-08-19drm: hide legacy sg cleanup better from common codeDaniel Vetter2-6/+10
2013-08-19drm: kill dev->driver->set_versionDaniel Vetter1-3/+0
2013-08-19drm/radeon: kill firstopen callback for kms driverDaniel Vetter2-15/+0
2013-08-19drm/omap: kill firstopen callbackDaniel Vetter1-7/+0
2013-08-19drm/ttm: kill unused functionsMaarten Lankhorst1-154/+0
2013-08-19drm/radeon: remove stale gem->driver_private accessDavid Herrmann2-2/+0
2013-08-19drm/qxl: remove unused object_pin/unpin() helpersDavid Herrmann3-30/+0
2013-08-19drm/cirrus: remove unused driver_private accessDavid Herrmann1-1/+0
2013-08-19drm/mgag200: remove unused driver_private accessDavid Herrmann1-1/+0
2013-08-19drm/ast: remove unused driver_private accessDavid Herrmann1-1/+0
2013-08-19Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie45-1243/+2410
2013-08-19drm/tilcdc fixup mode to workaround sync for tda998xDarren Etheridge2-2/+32
2013-08-19drm/i2c: tda998x: prepare for broken sync workaroundSebastian Hesselbarth1-0/+8
2013-08-19drm/i2c: tda998x: fix sync generation and calculationSebastian Hesselbarth1-66/+115
2013-08-19drm/i2c: tda998x: add video and audio input configurationRussell King1-8/+260
2013-08-19drm/i2c: tda998x: prepare for video input configurationRussell King1-6/+10
2013-08-19drm/i2c: tda998x: fix npix/nline programmingRussell King1-2/+2
2013-08-19drm/i2c: tda998x: ensure VIP output mux is properly setRussell King1-0/+4
2013-08-19drm/i2c: tda998x: fix EDID reading on TDA19988 devicesRussell King1-1/+13
2013-08-19drm: DRM should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-08-09drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart4-9/+45
2013-08-09drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart12-3/+374
2013-08-09drm/rcar-du: Configure RGB output routing to DPAD0Laurent Pinchart4-4/+50
2013-08-09drm/rcar-du: Rework output routing supportLaurent Pinchart8-20/+92
2013-08-09drm/rcar-du: Add support for DEFR8 registerLaurent Pinchart3-1/+5
2013-08-09drm/rcar-du: Add support for multiple groupsLaurent Pinchart8-30/+63
2013-08-09drm/rcar-du: Fix buffer pitch alignment for R8A7790 DULaurent Pinchart3-4/+16
2013-08-09drm/rcar-du: Add support for the R8A7790 DULaurent Pinchart2-3/+68
2013-08-09drm/rcar-du: Move output routing configuration to groupLaurent Pinchart3-21/+21
2013-08-09drm/rcar-du: Remove register definitions for the second channelLaurent Pinchart1-9/+0
2013-08-09drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array sizeLaurent Pinchart2-2/+2
2013-08-09drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart10-203/+299
2013-08-09drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*Laurent Pinchart3-6/+7
2013-08-09drm/rcar-du: Create rcar_du_planes structureLaurent Pinchart2-12/+16
2013-08-09drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart3-5/+5
2013-08-09drm/rcar-du: Merge LVDS and VGA encoder codeLaurent Pinchart11-201/+118
2013-08-09drm/rcar-du: Split VGA encoder and connectorLaurent Pinchart5-86/+123
2013-08-09drm/rcar-du: Split LVDS encoder and connectorLaurent Pinchart4-118/+158
2013-08-09drm/rcar-du: Clarify comment regarding plane Y source coordinateLaurent Pinchart1-3/+6
2013-08-09drm/rcar-du: Support per-CRTC clock and IRQLaurent Pinchart4-74/+103
2013-08-09drm/rcar-du: Add platform module device tableLaurent Pinchart2-0/+28
2013-08-09drm/rcar-du: Use devm_ioremap_resource()Laurent Pinchart1-19/+3
2013-08-09drm/rcar-du: Add missing alpha plane register definitionsLaurent Pinchart1-0/+15
2013-08-09drm/i915: Fix FB WM for HSWVille Syrjälä1-1/+2
2013-08-09drm/i915: expose HDMI connectors on port C on BYTJesse Barnes1-2/+7
2013-08-09drm/i915: fix a limit check in hsw_compute_wm_results()Dan Carpenter1-1/+1