summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2011-11-13Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-8/+19
2011-11-12drm/radeon/kms/combios: fix dynamic allocation of PM clock modesAlex Deucher-8/+19
2011-11-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-230/+425
2011-11-11drm/radeon/kms/pm: switch to dynamically allocating clock mode arrayAlex Deucher-39/+82
2011-11-11drm/radeon/kms: optimize r600_pm_profile_initAlex Deucher-68/+32
2011-11-11drm/radeon/kms/pm: add a proper pm profile init function for fusionAlex Deucher-39/+94
2011-11-11drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()Alex Deucher-12/+0
2011-11-11drm: fix kconfig unmet dependency warningRandy Dunlap-0/+1
2011-11-11Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie-65/+123
2011-11-11drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic-1/+6
2011-11-11drm/radeon/benchmark: signedness bug in radeon_benchmark_move()Dan Carpenter-1/+1
2011-11-11drm: do not sleep on vblank while holding a mutexIlija Hadzic-1/+1
2011-11-11drm: try to restore previous CRTC config if mode set failsJesse Barnes-0/+13
2011-11-11drm/radeon/kms: make an aux failure debug onlyAlex Deucher-1/+1
2011-11-11drm: drop select of SLOW_WORKPaul Bolle-1/+0
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz-4/+13
2011-11-11drm/radeon/kms: fix use of vram scratch page on evergreen/niAlex Deucher-1/+1
2011-11-11drm/radeon: Make sure CS mutex is held across GPU reset.Michel Dänzer-12/+62
2011-11-11drm: Ensure string is null terminated.Vinson Lee-1/+3
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz-2/+3
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz-1/+4
2011-11-10drm/nouveau: Fix bandwidth calculation for DisplayPortAdam Jackson-1/+1
2011-11-10drm/nouveau: by default use low bpp framebuffer on low memory cardsMarcin Slusarz-1/+10
2011-11-10drm/nv10: Change the BO size threshold determining the memory placement range.Francisco Jerez-1/+1
2011-11-10drm/nvc0: enable acceleration for nvc1 by defaultBen Skeggs-1/+3
2011-11-10drm/nvc0/gr: fixup the mmio list register writes for 0xc1Ben Skeggs-9/+32
2011-11-10drm/nvc1: hacky workaround to fix accel issuesBen Skeggs-0/+8
2011-11-10drm/nvc0/gr: fix some bugs in grctx generationBen Skeggs-17/+14
2011-11-10drm/nvc0: enable acceleration on 0xc8 by defaultBen Skeggs-1/+0
2011-11-10drm/nvc0/vram: skip disabled PBFB subunitsBen Skeggs-5/+9
2011-11-10drm/nv40/pm: fix issues on igp chipsets, which don't have memoryBen Skeggs-5/+15
2011-11-10drm/nouveau: testing the wrong variableDan Carpenter-1/+1
2011-11-10drm/nvc0/vram: storage type 0xc3 is not compressedChristoph Bumiller-1/+1
2011-11-10drm/nv50: fix stability issue on NV86.Maxim Levitsky-1/+1
2011-11-10drm/nouveau: initialize chan->fence.lock before useMarcin Slusarz-2/+1
2011-11-10drm/nv50/vram: fix incorrect detection of bank count on newer chipsetsBen Skeggs-1/+1
2011-11-10drm/nv50/gr: typo fix, how about we not reset fifo during graph init?Ben Skeggs-2/+2
2011-11-10drm/nv50/bios: fixup mpll programming from the init table parserBen Skeggs-9/+13
2011-11-10drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify()Ben Skeggs-1/+1
2011-11-10drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs-6/+9
2011-11-08Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds-2/+2
2011-11-08drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt-1/+1
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2626/+2913
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz-6/+11
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz-1/+1
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom-2/+5