summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-11-09drivers/gpu: Use vzallocJoe Perches1-2/+2
2010-11-09drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom1-0/+5
2010-11-09drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinningThomas Hellstrom1-28/+2
2010-11-09drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom1-4/+7
2010-11-09drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocksAlex Deucher1-0/+18
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches10-14/+15
2010-11-09drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches2-2/+2
2010-11-09DRM: ignore invalid EDID extensionsSam Tygier1-6/+20
2010-11-09drm/radeon/kms: make the connector code less verboseAlex Deucher1-6/+6
2010-11-09drm/ttm: remove failed ttm binding error printoutThomas Hellstrom1-3/+1
2010-11-09drm/ttm: Add a barrier when unreservingThomas Hellstrom1-0/+6
2010-11-09drm/ttm: Remove mm init error printouts and checksThomas Hellstrom1-18/+2
2010-11-09drm/ttm: Remove pointless list_empty checkThomas Hellstrom1-7/+0
2010-11-09drm/ttm: Use private locks for the default bo range managerThomas Hellstrom1-36/+45
2010-11-09drm/ttm: Documentation updateThomas Hellstrom1-8/+0
2010-11-09drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handlerAlex Deucher1-0/+6
2010-11-09drm/stub/Kconfig: fix Kconfig for stub driver.Ingo Molnar1-0/+3
2010-11-09Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie13-93/+264
2010-11-09drm/i915: Fix LVDS fixed-mode regression from 219adae1Chris Wilson1-5/+11
2010-11-08drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson1-1/+12
2010-11-08drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson1-9/+16
2010-11-04drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang2-3/+5
2010-11-04drm/i915: Fix KMS regression on Sandybridge/CPTZhenyu Wang1-21/+33
2010-11-04i915: reprogram power monitoring registers on resumeKyle McMartin2-1/+4
2010-11-02drm/i915: SNB BLT workaroundChris Wilson2-3/+116
2010-11-02drm/i915: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes1-5/+4
2010-11-02drm/i915: Allow powersave modparam to be adjusted at runtime.Chris Wilson1-1/+1
2010-11-01drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson1-28/+52
2010-11-01drm/i915: opregion_setup: iounmap correct addressChristoph Fritz1-1/+1
2010-10-29drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2-13/+5
2010-10-28Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+17
2010-10-28drm/radeon/kms: enable unmappable vram for evergreenAlex Deucher1-0/+2
2010-10-28drm/radeon/kms: fix tiled db height calculation on 6xx/7xxAlex Deucher1-6/+8
2010-10-28drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xxAlex Deucher4-0/+7
2010-10-28i915: signedness bug in check_overlay_src()Dan Carpenter1-1/+3
2010-10-27drm/i915: Fix typo from "Enable DisplayPort Audio"Takashi Iwai1-1/+1
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds193-10527/+17867
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher1-0/+3
2010-10-27mm: stack based kmap_atomic()Peter Zijlstra5-27/+24
2010-10-26drm/radeon/kms: properly compute group_size on 6xx/7xxAlex Deucher2-6/+10
2010-10-26drm/radeon/kms: fix 2D tile height alignment in the r600 CS checkerAlex Deucher1-2/+2
2010-10-26drm/radeon/kms/evergreen: set the clear state to the blit stateAlex Deucher4-54/+65
2010-10-26drm/radeon/kms: don't poll dac load detect.Dave Airlie1-0/+10
2010-10-26gpu: Add Intel GMA500(Poulsbo) Stub DriverLee, Chun-Yi4-1/+79
2010-10-26drm/radeon/kms: MC vram map needs to be >= pci aperture sizeAlex Deucher1-0/+3
2010-10-26drm/radeon/kms: implement display watermark support for evergreenAlex Deucher2-1/+449
2010-10-26drm/radeon/kms/evergreen: add some additional safe regs v2Alex Deucher2-1/+9
2010-10-26drm/radeon/r600: fix tiling issues in CS checker.Dave Airlie2-10/+22
2010-10-26Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie24-1362/+1966