summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2010-10-19kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel1-0/+26
2010-10-19Revert "radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exit"Jason Wessel3-40/+0
2010-10-19drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare1-7/+2
2010-10-19Revert "drm/radeon/kms: remove some pll algo flags"Dave Airlie4-7/+52
2010-10-19drm/ttm: add unlocked variant of new manager put node.Dave Airlie2-3/+20
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie19-60/+127
2010-10-18drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher1-16/+12
2010-10-12drm/radeon/kms: Silent spurious error messageJean Delvare1-4/+1
2010-10-12drm/radeon/kms: fix bad cast/shift in evergreen.cAlex Deucher1-1/+1
2010-10-12drm/radeon/kms: make TV/DFP table info less verboseAlex Deucher2-22/+22
2010-10-12drm/radeon/kms: leave certain CP int bits enabledAlex Deucher2-2/+2
2010-10-12drm/radeon/kms: avoid corner case issue with unmappable vram V2Jerome Glisse9-1/+14
2010-10-08drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson1-0/+3
2010-10-07drm: don't drop handle reference on unloadDave Airlie4-4/+1
2010-10-06drm/radeon/kms: make sure blit addr masks are 64 bitAlex Deucher2-8/+8
2010-10-06Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie34-819/+2140
2010-10-06Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie10-72/+263
2010-10-06Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie79-3480/+7079
2010-10-06drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball1-0/+9
2010-10-06radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel3-0/+40
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel7-10/+11
2010-10-06drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball3-21/+80
2010-10-06drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball4-47/+129
2010-10-06drm/radeon/kms: add drm blit support for evergreenAlex Deucher10-55/+1221
2010-10-06drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()Mario Kleiner1-61/+9
2010-10-06drm/radeon: Add function for display scanout position query.Mario Kleiner2-0/+160
2010-10-06drm/radeon/kms: rework spread spectrum handlingAlex Deucher4-100/+305
2010-10-06drm/radeon/kms: remove new pll algoAlex Deucher7-278/+9
2010-10-06drm/radeon/kms: remove some pll algo flagsAlex Deucher4-52/+7
2010-10-06drm/radeon/kms: prefer high post dividers in legacy pll algoAlex Deucher1-1/+1
2010-10-06drm/radeon/kms: properly handle 40 bit MC addresses in the cursor codeAlex Deucher1-6/+9
2010-10-06drm/radeon: add properties to configure the width of the underscan bordersMarius Gröger3-5/+82
2010-10-06drm/radeon/kms/r6xx+: use new style fencing (v3)Alex Deucher6-17/+64
2010-10-06drm/radeon/kms: enable writeback (v2)Alex Deucher16-218/+258
2010-10-06drm/radeon/kms: clean up r6xx/r7xx blit init (v2)Alex Deucher3-28/+17
2010-10-06drm/vmwgfx: Bump minor and driver dateThomas Hellstrom1-2/+2
2010-10-06drm/vmwgfx: Save at least one screen layoutThomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Add modinfo versionThomas Hellstrom1-0/+4
2010-10-06drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom2-2/+5
2010-10-06drm/vmwgfx: Don't flush fb if we're in the suspended state.Thomas Hellstrom1-0/+3
2010-10-06drm/vmwgfx: Prune modes based on available VRAM sizeThomas Hellstrom4-11/+38
2010-10-06drm/vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom3-8/+84
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2-1/+4
2010-10-06drm/vmwgfx: Add new-style PM hooks to improve hibernation behaviorThomas Hellstrom1-34/+79
2010-10-06drm/vmwgfx: Fix ACPI S3 & S4 functionality.Thomas Hellstrom2-2/+37
2010-10-06drm/vmwgfx: Really support other depths than 32Thomas Hellstrom1-21/+85
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie28-119/+243
2010-10-06Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie41-4548/+5515
2010-10-06drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom1-12/+71
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs16-113/+208