aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom1-1/+1
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom1-0/+5
2012-11-09Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie5-13/+17
2012-11-09drm/nouveau: fix acpi edid retrievalMaarten Lankhorst1-1/+1
2012-11-09drm/nvc0/disp: fix regression in vblank semaphore releaseKelly Doran1-8/+12
2012-11-09drm/nv40/mpeg: fix context handlingMarcin Slusarz1-1/+1
2012-11-09drm/nv40/graph: fix typo in type namesMarcin Slusarz1-2/+2
2012-11-09drm/nv41/vm: fix typo in type nameMarcin Slusarz1-1/+1
2012-11-08drm/radeon/si: add some missing regs to the VM reg checkerAlex Deucher2-0/+2
2012-11-08drm/radeon/cayman: add some missing regs to the VM reg checkerAlex Deucher2-0/+7
2012-11-07drm/radeon/dce3: switch back to old pll allocation order for discreteAlex Deucher1-23/+31
2012-11-07drm/radeon: fix typo in evergreen_mc_resume()Alex Deucher1-1/+1
2012-11-07drm: set dev_mapping before calling drm_open_helperIlija Hadzic1-17/+30
2012-11-07drm: restore open_count if drm_setup failsIlija Hadzic1-1/+4
2012-11-02drm/udl: fix stride issues scanning out stride != width*bppDave Airlie3-8/+11
2012-11-02Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixesDave Airlie4-18/+20
2012-11-02Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie5-40/+184
2012-11-02Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie6-26/+59
2012-11-01drm/radeon: add load detection support for ext DAC on R200 (v2)Alex Deucher1-0/+97
2012-11-01DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms().Egbert Eich2-4/+18
2012-11-01DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips.Egbert Eich1-24/+38
2012-11-01DRM/Radeon: Clean up code in TV DAC load detection.Egbert Eich1-8/+10
2012-11-01drm/radeon: fix ATPX function documentationIgor Murzov1-2/+2
2012-11-01drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-11-01DRM/Radeon: On DVI-I use Load Detection when EDID is bogus.Egbert Eich1-7/+21
2012-11-01DRM/Radeon: Fix primary DAC Load Detection for RV100 chips.Egbert Eich1-0/+2
2012-11-01DRM/Radeon: Fix Load Detection on legacy primary DAC.Egbert Eich1-0/+1
2012-10-31drm: exynos: removed warning due to missing typecast for mixer driver dataRahul Sharma1-1/+1
2012-10-31drm/exynos: add support for ARCH_MULTIPLATFORMRob Clark1-1/+1
2012-10-31drm/exynos: fix display on issueInki Dae2-16/+18
2012-10-31drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs2-3/+3
2012-10-31drm/nouveau: resurrect headless mode since reworkBen Skeggs4-35/+51
2012-10-31drm/nv50/fb: prevent oops on chipsets without compression tagsBen Skeggs1-6/+4
2012-10-31drm/nouveau: allow creation of zero-sized mmBen Skeggs2-4/+6
2012-10-31drm/nouveau/i2c: fix typo when checking nvio i2c port validityBen Skeggs1-1/+1
2012-10-31drm/nouveau: silence modesetting spam on pre-gf8 chipsetsBen Skeggs3-20/+19
2012-10-26drm/i915: Only kick out vesafb if we takeover the fbcon with KMSChris Wilson1-1/+2
2012-10-26drm/i915: be less verbose about inability to provide vendor backlightJani Nikula1-1/+1
2012-10-24drm/radeon: fix ATPX regression in acpi reworkAlex Deucher1-1/+1
2012-10-24drm/radeon: fix ATPX function documentationAlex Deucher1-2/+2
2012-10-24drm/radeon: move the retry to gem_object_createChristian König2-11/+7
2012-10-24drm/radeon: move size limits to gem_object_create.Christian König2-9/+10
2012-10-24drm/radeon: use vzalloc for gart pagesChristian König1-6/+5
2012-10-24drm/radeon: fix and simplify pot argument checks v3Christian König1-36/+24
2012-10-24drm/i915: clear the entire sdvo infoframe bufferDaniel Vetter2-20/+44
2012-10-23drm/radeon: fix header size estimation in VM codeChristian König1-3/+3
2012-10-23drm/radeon: remove set_page check from VM codeChristian König1-2/+1
2012-10-23drm/radeon: fix si_set_page v2Christian König1-19/+24
2012-10-23drm/radeon: fix cayman_vm_set_page v2Christian König1-18/+23
2012-10-23drm/radeon: fix PFP sync in vm_flushChristian König3-0/+9