aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-29drm/i915: suspend fbdev device around suspend/hibernateDave Airlie3-1/+18
2012-03-28drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.Michel Dänzer1-1/+11
2012-03-26drm/radeon/kms: add htile support to the cs checker v3Jerome Glisse7-123/+385
2012-03-26drm/radeon/kms/atom: force bpc to 8 for nowAlex Deucher3-5/+10
2012-03-26drm/nouveau/i2c: fix thinko/regression on really old chipsetsBen Skeggs1-3/+3
2012-03-26drm/nouveau: default to 8bpc for non-LVDS panels if EDID isn't usefulBen Skeggs1-3/+6
2012-03-26drm/nouveau: fix thinko causing init to fail on cards without accelBen Skeggs1-1/+1
2012-03-26gma500: medfield: fix build without CONFIG_BACKLIGHT_CLASS_DEVICEKirill A. Shutemov1-1/+4
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds4-0/+4
2012-03-22Merge branch 'drm-nouveau-destage' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-184/+288
2012-03-22Merge branch 'drm-radeon-sitn-support' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds33-144/+7173
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds243-6414/+22058
2012-03-22Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-nextDave Airlie18-184/+288
2012-03-23drm/nouveau/dp: support version 4.0 of DP tableBen Skeggs3-1/+19
2012-03-23drm/nve0/disp: nvidia randomly decided to move the dithering methodBen Skeggs1-1/+8
2012-03-23drm/nve0: initial modesetting support for kepler chipsetsBen Skeggs2-7/+55
2012-03-22drm/nouveau: add bios connector type for dms59Ben Skeggs2-7/+8
2012-03-22drm/nouveau: move out of staging driversBen Skeggs1-0/+2
2012-03-22drm/nouveau: bump version to 1.0.0Ben Skeggs1-4/+4
2012-03-22drm/nvd0/disp: ignore clock set if no pclkBen Skeggs1-1/+3
2012-03-22drm/nouveau: oops, increase channel dispc_vma to 4Ben Skeggs1-1/+1
2012-03-22drm/nouveau: inform userspace of new kernel subchannel requirementsBen Skeggs2-13/+6
2012-03-22drm/nouveau: remove m2mf creation on userspace channelsBen Skeggs4-81/+93
2012-03-22drm/nvc0-/disp: reimplement flip completion method as fifo methodBen Skeggs4-18/+42
2012-03-22drm/nouveau: move fence sequence check to start of loopBen Skeggs1-6/+5
2012-03-22drm/nouveau: remove subchannel names from places where it doesn't matterBen Skeggs4-25/+38
2012-03-22drm/nouveau/ttm: always do buffer moves on kernel channelBen Skeggs3-19/+4
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds4-30/+30
2012-03-21drm/i915: use DDC_ADDR instead of hard-coding itMatt Turner1-2/+3
2012-03-21drm/radeon: use DDC_ADDR instead of hard-coding itMatt Turner1-2/+3
2012-03-21drm: remove unneeded redefinition of DDC_ADDRMatt Turner1-1/+0
2012-03-21drm/exynos: added virtual display driver.Inki Dae8-2/+747
2012-03-21drm/radeon/kms: update duallink checks for DCE6Alex Deucher2-3/+5
2012-03-21drm/radeon/kms: add radeon_asic struct for trinityAlex Deucher1-0/+98
2012-03-21drm/radeon/kms: add support for ucode loading on trinity (v2)Alex Deucher4-24/+87
2012-03-21drm/radeon/kms/vm: set vram base offset properly for TNAlex Deucher1-1/+6
2012-03-21drm/radeon/kms: Update evergreen functions for trinityAlex Deucher2-6/+18
2012-03-21drm/radeon/kms: cayman gpu init updates for trinityAlex Deucher2-5/+49
2012-03-21drm/radeon/kms: Add checks for TN in the DP bridge codeAlex Deucher1-4/+4
2012-03-21drm/radeon/kms/DCE6.1: ss is not supported on the internal ppllsAlex Deucher1-1/+1
2012-03-21drm/radeon/kms: disable PPLL0 on DCE6.1 when not in useAlex Deucher1-0/+8
2012-03-21drm/radeon/kms: Adjust pll picker for DCE6.1Alex Deucher1-1/+30
2012-03-21drm/radeon/kms: DCE6.1 disp eng pll updatesAlex Deucher1-1/+3
2012-03-21drm/radeon/kms: DCE6.1 watermark updates for TNAlex Deucher2-3/+7
2012-03-21drm/radeon/kms: no support for internal thermal sensor on TN yetAlex Deucher1-0/+3
2012-03-21drm/radeon/kms: add trinity (TN) chip familyAlex Deucher3-1/+5
2012-03-21drm/radeon: Update radeon_info_ioctl for SI. (v2)Michel Dänzer1-5/+16
2012-03-21drm/radeon/kms: add radeon_asic struct for SIAlex Deucher2-0/+132
2012-03-21drm/radeon/kms: add support for compute rings in CS ioctl on SIAlex Deucher1-2/+7
2012-03-21drm/radeon/kms: fill in startup/shutdown callbacks for SIAlex Deucher1-0/+329