summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Airlie125-1511/+3067
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
2013-08-09drm/i915: unbreak i915_gem_object_ggtt_unbind()Dan Carpenter1-1/+1
2013-08-09drm/i915: Make intel_set_mode() staticDamien Lespiau2-5/+7
2013-08-09drm/i915: Remove intel_modeset_disable()Damien Lespiau2-11/+0
2013-08-09drm/i915: Make intel_encoder_dpms() staticDamien Lespiau2-3/+2
2013-08-09drm/i915: Make i915_hangcheck_elapsed() staticDamien Lespiau2-2/+1
2013-08-09drm/i915: Fix #endif commentDamien Lespiau1-1/+1
2013-08-09drm/i915: Remove i915_gem_object_check_coherency()Damien Lespiau2-72/+0
2013-08-09drm/i915: Remove stale prototypesDamien Lespiau2-10/+0
2013-08-08drm/i915: List objects allocated from stolen memory in debugfsChris Wilson1-0/+63
2013-08-08drm/i915: Always call intel_update_sprite_watermarks() when disabling a planeVille Syrjälä1-0/+4