summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-06-01drm/vmwgfx: Remove some leftover debug messages.Thomas Hellstrom1-8/+0
2010-06-01drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz2-0/+6
2010-06-01drm/vmwgfx: Unpause overlay on update.Jakob Bornecrantz1-0/+2
2010-06-01drm/vmwgfx: Some modesetting cleanups and fixes.Jakob Bornecrantz1-13/+4
2010-06-01drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.Jakob Bornecrantz2-9/+0
2010-06-01drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.Jakob Bornecrantz1-4/+2
2010-06-01drm/vmwgfx: Reserve first part of VRAM for framebuffer.Thomas Hellstrom1-2/+39
2010-06-01drm/vmwgfx: Support older hardware.Jakob Bornecrantz6-107/+148
2010-06-01drm/vmwgfx: Get connector status from detection function.Jakob Bornecrantz1-7/+3
2010-06-01drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom6-6/+227
2010-06-01drm/vmwgfx: Make sure to unpin old and pin new framebuffer.Jakob Bornecrantz1-6/+11
2010-06-01drm/vmwgfx: Fix single framebuffer detection.Jakob Bornecrantz1-0/+3
2010-06-01drm/vmwgfx: Assume larger framebuffer max size.Jakob Bornecrantz1-2/+3
2010-05-29Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-2/+3
2010-05-29drm/radeon: fix the r100/r200 ums block 0 page fixDave Airlie1-2/+3
2010-05-28drm/i915: Unmask interrupt for render engine on SandybridgeZhenyu Wang1-0/+19
2010-05-28drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang1-2/+14
2010-05-28drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson1-25/+17
2010-05-28drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson1-52/+30
2010-05-28drm/i915: Avoid moving from CPU domain during pwriteChris Wilson1-1/+2
2010-05-28drm/i915: Cleanup after failed initialization of ringbuffersChris Wilson1-1/+18
2010-05-28drm/i915: Reject bind_to_gtt() early if object > apertureChris Wilson1-0/+8
2010-05-28drm/i915: Check error code whilst moving buffer to GTT domain.Chris Wilson1-1/+5
2010-05-28drm/i915: Remove spurious warning "Failure to install fence"Chris Wilson1-6/+11
2010-05-28drm/i915: Rebind bo if currently bound with incorrect alignment.Chris Wilson1-0/+11
2010-05-28drm/i915: Include pitch in set_base debug statement.Chris Wilson1-1/+2
2010-05-28drm/i915: Only print "nothing to do" debug message as required.Chris Wilson1-2/+3
2010-05-28drm/i915: Propagate error from unbinding an unfenceable object.Chris Wilson1-3/+7
2010-05-28drm/i915: Avoid nesting of domain changes when setting display planeChris Wilson1-5/+3
2010-05-28drm/i915: Hold the spinlock whilst resetting unpin_work along error pathChris Wilson1-8/+12
2010-05-28drm/i915: Only print an message if there was an errorChris Wilson1-14/+24
2010-05-28drm/nv50: use alternate source of SOR_MODE_CTRL for DP hackBen Skeggs1-6/+1
2010-05-28drm/nouveau: fix dual-link displays when plugged into single-link outputsBen Skeggs1-14/+17
2010-05-28drm/nv50: obey dcb->duallink_possibleBen Skeggs1-2/+1
2010-05-28drm/nv50: fix duallink_possible calculation for DCB 4.0 cardsBen Skeggs1-6/+10
2010-05-28drm/nouveau: don't execute INIT_GPIO unless we're really running the tableBen Skeggs1-1/+4
2010-05-28drm/nv40: allow cold-booting of nv4x chipsetsBen Skeggs1-1/+1
2010-05-28drm/nouveau: fix POST detection for certain chipsetsBen Skeggs1-3/+25
2010-05-28drm/nouveau: Add getparam for current PTIMER time.Marcin Koƛcielnicki1-0/+3
2010-05-28drm/nouveau: allow cursor image and position to survive suspendMaarten Maathuis4-0/+33
2010-05-27drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt3-10/+6
2010-05-27drm/i915: Add CxSR support on Pineview DDR3Li Peng4-29/+53
2010-05-27i915: remove unneeded null checksDan Carpenter1-2/+2
2010-05-27i915/intel_sdvo: remove unneeded null checkDan Carpenter1-1/+1
2010-05-27drm/i915: Fix HDMI mode select for Cougarpoint PCHZhenyu Wang2-1/+7
2010-05-27drm/i915: combine all small integers into one single bitfieldDaniel Vetter2-26/+54
2010-05-27drm/i915/dp: Add DPCD data to debug outputAdam Jackson1-0/+2
2010-05-27drm/i915/dp: Only enable enhanced framing if the sink supports itAdam Jackson1-3/+2
2010-05-27drm/i915: Kill dangerous pending-flip debuggingChris Wilson1-6/+0
2010-05-27drm/i915: Storage class should be before const qualifierTobias Klauser1-19/+19