summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-11-163-4/+31
|\
| * drm/i915: do not ignore eDP bpc settings from vbtJani Nikula2012-11-131-0/+11
| * drm/i915/sdvo: clean up connectors on intel_sdvo_init() failuresJani Nikula2012-11-121-3/+19
| * drm/i915/crt: fix DPMS standby and suspend mode handlingJani Nikula2012-11-061-1/+1
* | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-11-161-1/+1
|\ \
| * | drm/radeon: fix logic error in atombios_encoders.cAlex Deucher2012-11-151-1/+1
* | | drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita2012-11-161-4/+0
* | | ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui2012-11-161-1/+4
* | | vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter2012-11-161-0/+2
|/ /
* | drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
* | drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-11-095-13/+17
|\ \
| * | drm/nouveau: fix acpi edid retrievalMaarten Lankhorst2012-11-091-1/+1
| * | drm/nvc0/disp: fix regression in vblank semaphore releaseKelly Doran2012-11-091-8/+12
| * | drm/nv40/mpeg: fix context handlingMarcin Slusarz2012-11-091-1/+1
| * | drm/nv40/graph: fix typo in type namesMarcin Slusarz2012-11-091-2/+2
| * | drm/nv41/vm: fix typo in type nameMarcin Slusarz2012-11-091-1/+1
* | | drm/radeon/si: add some missing regs to the VM reg checkerAlex Deucher2012-11-082-0/+2
* | | drm/radeon/cayman: add some missing regs to the VM reg checkerAlex Deucher2012-11-082-0/+7
* | | drm/radeon/dce3: switch back to old pll allocation order for discreteAlex Deucher2012-11-071-23/+31
* | | drm/radeon: fix typo in evergreen_mc_resume()Alex Deucher2012-11-071-1/+1
* | | drm: set dev_mapping before calling drm_open_helperIlija Hadzic2012-11-071-17/+30
* | | drm: restore open_count if drm_setup failsIlija Hadzic2012-11-071-1/+4
| |/ |/|
* | drm/udl: fix stride issues scanning out stride != width*bppDave Airlie2012-11-023-8/+11
* | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2012-11-024-18/+20
|\ \
| * | drm: exynos: removed warning due to missing typecast for mixer driver dataRahul Sharma2012-10-311-1/+1
| * | drm/exynos: add support for ARCH_MULTIPLATFORMRob Clark2012-10-311-1/+1
| * | drm/exynos: fix display on issueInki Dae2012-10-312-16/+18
| |/
* | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-11-025-40/+184
|\ \
| * | drm/radeon: add load detection support for ext DAC on R200 (v2)Alex Deucher2012-11-011-0/+97
| * | DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms().Egbert Eich2012-11-012-4/+18
| * | DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips.Egbert Eich2012-11-011-24/+38
| * | DRM/Radeon: Clean up code in TV DAC load detection.Egbert Eich2012-11-011-8/+10
| * | drm/radeon: fix ATPX function documentationIgor Murzov2012-11-011-2/+2
| * | drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolonPeter Senna Tschudin2012-11-011-1/+1
| * | DRM/Radeon: On DVI-I use Load Detection when EDID is bogus.Egbert Eich2012-11-011-7/+21
| * | DRM/Radeon: Fix primary DAC Load Detection for RV100 chips.Egbert Eich2012-11-011-0/+2
| * | DRM/Radeon: Fix Load Detection on legacy primary DAC.Egbert Eich2012-11-011-0/+1
| |/
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-11-026-26/+59
|\ \ | |/ |/|
| * drm/i915: Only kick out vesafb if we takeover the fbcon with KMSChris Wilson2012-10-261-1/+2
| * drm/i915: be less verbose about inability to provide vendor backlightJani Nikula2012-10-261-1/+1
| * drm/i915: clear the entire sdvo infoframe bufferDaniel Vetter2012-10-242-20/+44
| * drm/i915: VGA needs to be on pipe A on i830MDaniel Vetter2012-10-231-1/+1
| * drm/i915: fix overlay on i830MDaniel Vetter2012-10-231-3/+11
* | drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs2012-10-312-3/+3
* | drm/nouveau: resurrect headless mode since reworkBen Skeggs2012-10-314-35/+51
* | drm/nv50/fb: prevent oops on chipsets without compression tagsBen Skeggs2012-10-311-6/+4
* | drm/nouveau: allow creation of zero-sized mmBen Skeggs2012-10-312-4/+6
* | drm/nouveau/i2c: fix typo when checking nvio i2c port validityBen Skeggs2012-10-311-1/+1
* | drm/nouveau: silence modesetting spam on pre-gf8 chipsetsBen Skeggs2012-10-313-20/+19