aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2011-11-15Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 3-47/+38
2011-11-15drm/radeon/kms: fix segfault in pm reworkGravatar Alex Deucher 1-15/+5
2011-11-15drm/radeon/kms: fix up gpio i2c mask bits for r4xxGravatar Alex Deucher 1-0/+12
2011-11-14vgaarb: a NULL bridge is acceptable for root devices.Gravatar Dave Airlie 1-23/+21
2011-11-14drm: Remove utterly bogus preempt_disable() sectionsGravatar Thomas Gleixner 1-9/+0
2011-11-13Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-8/+19
2011-11-12drm/radeon/kms/combios: fix dynamic allocation of PM clock modesGravatar Alex Deucher 1-8/+19
2011-11-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 38-230/+425
2011-11-11drm/radeon/kms/pm: switch to dynamically allocating clock mode arrayGravatar Alex Deucher 2-39/+82
2011-11-11drm/radeon/kms: optimize r600_pm_profile_initGravatar Alex Deucher 1-68/+32
2011-11-11drm/radeon/kms/pm: add a proper pm profile init function for fusionGravatar Alex Deucher 6-39/+94
2011-11-11drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()Gravatar Alex Deucher 2-12/+0
2011-11-11drm: fix kconfig unmet dependency warningGravatar Randy Dunlap 1-0/+1
2011-11-11Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Gravatar Dave Airlie 17-65/+123
2011-11-11drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventGravatar Ilija Hadzic 1-1/+6
2011-11-11drm/radeon/benchmark: signedness bug in radeon_benchmark_move()Gravatar Dan Carpenter 1-1/+1
2011-11-11drm: do not sleep on vblank while holding a mutexGravatar Ilija Hadzic 1-1/+1
2011-11-11drm: try to restore previous CRTC config if mode set failsGravatar Jesse Barnes 1-0/+13
2011-11-11drm/radeon/kms: make an aux failure debug onlyGravatar Alex Deucher 1-1/+1
2011-11-11drm: drop select of SLOW_WORKGravatar Paul Bolle 1-1/+0
2011-11-11drm: serialize access to list of debugfs filesGravatar Marcin Slusarz 2-4/+13
2011-11-11drm/radeon/kms: fix use of vram scratch page on evergreen/niGravatar Alex Deucher 1-1/+1
2011-11-11drm/radeon: Make sure CS mutex is held across GPU reset.Gravatar Michel Dänzer 3-12/+62
2011-11-11drm: Ensure string is null terminated.Gravatar Vinson Lee 1-1/+3
2011-11-11vmwgfx: Only allow 64x64 cursorsGravatar Jakob Bornecrantz 1-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyGravatar Jakob Bornecrantz 1-2/+3
2011-11-11vmwgfx: Close screen object systemGravatar Jakob Bornecrantz 1-1/+4
2011-11-10drm/nouveau: Fix bandwidth calculation for DisplayPortGravatar Adam Jackson 1-1/+1
2011-11-10drm/nouveau: by default use low bpp framebuffer on low memory cardsGravatar Marcin Slusarz 1-1/+10
2011-11-10drm/nv10: Change the BO size threshold determining the memory placement range.Gravatar Francisco Jerez 1-1/+1
2011-11-10drm/nvc0: enable acceleration for nvc1 by defaultGravatar Ben Skeggs 1-1/+3
2011-11-10drm/nvc0/gr: fixup the mmio list register writes for 0xc1Gravatar Ben Skeggs 1-9/+32
2011-11-10drm/nvc1: hacky workaround to fix accel issuesGravatar Ben Skeggs 1-0/+8
2011-11-10drm/nvc0/gr: fix some bugs in grctx generationGravatar Ben Skeggs 1-17/+14
2011-11-10drm/nvc0: enable acceleration on 0xc8 by defaultGravatar Ben Skeggs 1-1/+0
2011-11-10drm/nvc0/vram: skip disabled PBFB subunitsGravatar Ben Skeggs 1-5/+9
2011-11-10drm/nv40/pm: fix issues on igp chipsets, which don't have memoryGravatar Ben Skeggs 1-5/+15
2011-11-10drm/nouveau: testing the wrong variableGravatar Dan Carpenter 1-1/+1
2011-11-10drm/nvc0/vram: storage type 0xc3 is not compressedGravatar Christoph Bumiller 1-1/+1
2011-11-10drm/nv50: fix stability issue on NV86.Gravatar Maxim Levitsky 1-1/+1
2011-11-10drm/nouveau: initialize chan->fence.lock before useGravatar Marcin Slusarz 2-2/+1
2011-11-10drm/nv50/vram: fix incorrect detection of bank count on newer chipsetsGravatar Ben Skeggs 1-1/+1
2011-11-10drm/nv50/gr: typo fix, how about we not reset fifo during graph init?Gravatar Ben Skeggs 1-2/+2
2011-11-10drm/nv50/bios: fixup mpll programming from the init table parserGravatar Ben Skeggs 1-9/+13
2011-11-10drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify()Gravatar Ben Skeggs 1-1/+1
2011-11-10drm: make sure drm_vblank_init() has been called before touching vbl_lockGravatar Ben Skeggs 1-6/+9
2011-11-08Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Gravatar Linus Torvalds 1-2/+2
2011-11-08drm/i915: Fix object refcount leak on mmappable size limit error path.Gravatar Eric Anholt 1-1/+1
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 30-2626/+2913
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesGravatar Jakob Bornecrantz 1-9/+21