summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-04-27gma500: read the PLL bitsAlan Cox3-0/+59
2012-04-27gma500: Fix leak of uncached pageAlan Cox1-0/+1
2012-04-27drm: Store vendor IDs directly in the EDID quirk structureIan Pilcher1-1/+1
2012-04-27drm/edid: Try harder to fix up base EDID blocksAdam Jackson1-5/+5
2012-04-24vga: fix build when fbdev is a moduleMatthew Garrett2-0/+4
2012-04-24drm: Unify and fix idr error handlingVille Syrjälä4-12/+12
2012-04-24vga-switcheroo: select VGA arbitration.Dave Airlie1-0/+1
2012-04-24efifb: Implement vga_default_device() (v2)Matthew Garrett1-20/+57
2012-04-24vga-switcheroo: Use vga_default_device()Matthew Garrett1-4/+5
2012-04-24vgaarb: Add support for setting the default video device (v2)Matthew Garrett2-0/+12
2012-04-24drm/radeon/kms: fix up audio interrupt handlingAlex Deucher8-105/+281
2012-04-24drm/radeon/kms: add register definitions for audioAlex Deucher4-0/+661
2012-04-24drm/radeon/kms: improve bpc handling (v2)Alex Deucher5-12/+63
2012-04-23drm/edid: Add a workaround for 1366x768 HD panelTakashi Iwai1-0/+15
2012-04-20drm: replace open-coded ARRAY_SIZE with macroJim Cromie1-4/+3
2012-04-20drm/edid: add missing NULL checks.Takashi Iwai1-0/+6
2012-04-20drm/edid: Generate modes from extra_modes for range descriptorsAdam Jackson1-0/+73
2012-04-20drm/edid: Add extra_modesAdam Jackson1-0/+11
2012-04-20drm/edid: Give the est3 mode struct a real nameAdam Jackson1-2/+4
2012-04-20drm/edid: Do drm_dmt_modes_for_range() for all range descriptor typesAdam Jackson1-5/+6
2012-04-20drm/edid: Fix some comment typos in the DMT mode listAdam Jackson1-5/+5
2012-04-20drm/edid: Add the reduced blanking DMT modes to the DMT listAdam Jackson1-1/+93
2012-04-20drm/edid: s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/Adam Jackson1-2/+2
2012-04-20drm/edid: Remove a misleading commentAdam Jackson1-4/+0
2012-04-20drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson2-14/+25
2012-04-20drm/edid: Rewrite drm_mode_find_dmt search loopAdam Jackson1-9/+10
2012-04-20drm/edid: Document drm_mode_find_dmtAdam Jackson1-0/+10
2012-04-20drm: add DRM_MODE_FLAG_DBLCLK to CEA modes requiring itPaulo Zanoni1-16/+22
2012-04-20drm: add the VIC number to the CEA EDID modesPaulo Zanoni1-64/+64
2012-04-20drm: Parse color format information in CEA blocksLars-Peter Clausen1-10/+21
2012-04-20drm: Fix EDID color format parsingLars-Peter Clausen1-4/+4
2012-04-20drm: Add sanity checks to framebuffer creationVille Syrjälä1-4/+43
2012-04-20drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä1-0/+60
2012-04-20drm: Add drm_format_plane_cpp() utility functionVille Syrjälä1-0/+45
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2-33/+32
2012-04-12agp: Use u32 __iomem annotation to silence sparse warning.Santosh Nayak1-1/+1
2012-04-12agp: Remove 'break' after 'return' statement.Santosh Nayak2-3/+0
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie29-1134/+2508
2012-04-12drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)Dave Airlie1-13/+24
2012-04-12drm/radeon: enable pci bus mastering after card is initialised (v2)Dave Airlie5-3/+9
2012-04-09drm/i915: VCS is not the last ringBen Widawsky1-1/+1
2012-04-09drm/i915: Add a dual link lvds quirk for MacBook Pro 8,2Daniel Vetter1-0/+22
2012-04-09drm/i915: make quirks more verboseDaniel Vetter3-4/+6
2012-04-09drm/i915: dump the DMA fetch addr register on pre-gen6Daniel Vetter3-2/+4
2012-04-09drm/i915/sdvo: Include YRPB as an additional TV output typeChris Wilson1-3/+6
2012-04-09drm/i915: disallow gem init ioctl on ilkDaniel Vetter1-0/+4
2012-04-09drm/i915: refuse to load on gen6+ without kmsDaniel Vetter1-1/+9
2012-04-09drm/i915: extract gt interrupt handlerDaniel Vetter1-29/+37
2012-04-09drm/i915: use render gen to switch ring irq functionsDaniel Vetter1-2/+2
2012-04-09drm/i915: rip out old HWSTAM missed irq WA for vlvDaniel Vetter1-12/+0