summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* gma500: intel_bios updatesAlan Cox2012-04-274-37/+438
* gma500: mark framebuffer pages write combiningAlan Cox2012-04-271-1/+1
* gma500: Update the Cedarview clock handlingAlan Cox2012-04-273-65/+294
* gma500: read the PLL bitsAlan Cox2012-04-273-0/+59
* gma500: Fix leak of uncached pageAlan Cox2012-04-271-0/+1
* drm: Store vendor IDs directly in the EDID quirk structureIan Pilcher2012-04-271-1/+1
* drm/edid: Try harder to fix up base EDID blocksAdam Jackson2012-04-271-5/+5
* vga: fix build when fbdev is a moduleMatthew Garrett2012-04-241-0/+2
* drm: Unify and fix idr error handlingVille Syrjälä2012-04-244-12/+12
* vga-switcheroo: select VGA arbitration.Dave Airlie2012-04-241-0/+1
* vga-switcheroo: Use vga_default_device()Matthew Garrett2012-04-241-4/+5
* vgaarb: Add support for setting the default video device (v2)Matthew Garrett2012-04-241-0/+7
* drm/radeon/kms: fix up audio interrupt handlingAlex Deucher2012-04-248-105/+281
* drm/radeon/kms: add register definitions for audioAlex Deucher2012-04-244-0/+661
* drm/radeon/kms: improve bpc handling (v2)Alex Deucher2012-04-245-12/+63
* drm/edid: Add a workaround for 1366x768 HD panelTakashi Iwai2012-04-231-0/+15
* drm: replace open-coded ARRAY_SIZE with macroJim Cromie2012-04-201-4/+3Star
* drm/edid: add missing NULL checks.Takashi Iwai2012-04-201-0/+6
* drm/edid: Generate modes from extra_modes for range descriptorsAdam Jackson2012-04-201-0/+73
* drm/edid: Add extra_modesAdam Jackson2012-04-201-0/+11
* drm/edid: Give the est3 mode struct a real nameAdam Jackson2012-04-201-2/+4
* drm/edid: Do drm_dmt_modes_for_range() for all range descriptor typesAdam Jackson2012-04-201-5/+6
* drm/edid: Fix some comment typos in the DMT mode listAdam Jackson2012-04-201-5/+5
* drm/edid: Add the reduced blanking DMT modes to the DMT listAdam Jackson2012-04-201-1/+93
* drm/edid: s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/Adam Jackson2012-04-201-2/+2
* drm/edid: Remove a misleading commentAdam Jackson2012-04-201-4/+0Star
* drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson2012-04-202-14/+25
* drm/edid: Rewrite drm_mode_find_dmt search loopAdam Jackson2012-04-201-9/+10
* drm/edid: Document drm_mode_find_dmtAdam Jackson2012-04-201-0/+10
* drm: add DRM_MODE_FLAG_DBLCLK to CEA modes requiring itPaulo Zanoni2012-04-201-16/+22
* drm: add the VIC number to the CEA EDID modesPaulo Zanoni2012-04-201-64/+64
* drm: Parse color format information in CEA blocksLars-Peter Clausen2012-04-201-10/+21
* drm: Fix EDID color format parsingLars-Peter Clausen2012-04-201-4/+4
* drm: Add sanity checks to framebuffer creationVille Syrjälä2012-04-201-4/+43
* drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä2012-04-201-0/+60
* drm: Add drm_format_plane_cpp() utility functionVille Syrjälä2012-04-201-0/+45
* drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-202-33/+32Star
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2012-04-1226-1133/+2449
|\
| * drm/i915: VCS is not the last ringBen Widawsky2012-04-091-1/+1
| * drm/i915: Add a dual link lvds quirk for MacBook Pro 8,2Daniel Vetter2012-04-091-0/+22
| * drm/i915: make quirks more verboseDaniel Vetter2012-04-093-4/+6
| * drm/i915: dump the DMA fetch addr register on pre-gen6Daniel Vetter2012-04-093-2/+4
| * drm/i915/sdvo: Include YRPB as an additional TV output typeChris Wilson2012-04-091-3/+6
| * drm/i915: disallow gem init ioctl on ilkDaniel Vetter2012-04-091-0/+4
| * drm/i915: refuse to load on gen6+ without kmsDaniel Vetter2012-04-091-1/+9
| * drm/i915: extract gt interrupt handlerDaniel Vetter2012-04-091-29/+37
| * drm/i915: use render gen to switch ring irq functionsDaniel Vetter2012-04-091-2/+2
| * drm/i915: rip out old HWSTAM missed irq WA for vlvDaniel Vetter2012-04-091-12/+0Star
| * drm/i915: open code gen6+ ring irqsBen Widawsky2012-04-092-46/+17Star
| * drm/i915: ring irq cleanupsBen Widawsky2012-04-093-38/+30Star