summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-06-014-7/+30
| | * | drm/nouveau: fixup confusion over which handle the DSM is hanging off.Dave Airlie2010-06-011-8/+6Star
| | * | drm/nouveau: attempt to get bios from ACPI v3Dave Airlie2010-06-013-1/+83
| * | | Merge branch 'drm-vmware-fixes' into drm-testingDave Airlie2010-06-0111-149/+433
| |\ \ \
| | * | | drm/vmwgfx: Remove some leftover debug messages.Thomas Hellstrom2010-06-011-8/+0Star
| | * | | drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz2010-06-012-0/+6
| | * | | drm/vmwgfx: Unpause overlay on update.Jakob Bornecrantz2010-06-011-0/+2
| | * | | drm/vmwgfx: Some modesetting cleanups and fixes.Jakob Bornecrantz2010-06-011-13/+4Star
| | * | | drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.Jakob Bornecrantz2010-06-012-9/+0Star
| | * | | drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.Jakob Bornecrantz2010-06-011-4/+2Star
| | * | | drm/vmwgfx: Reserve first part of VRAM for framebuffer.Thomas Hellstrom2010-06-011-2/+39
| | * | | drm/vmwgfx: Support older hardware.Jakob Bornecrantz2010-06-016-107/+148
| | * | | drm/vmwgfx: Get connector status from detection function.Jakob Bornecrantz2010-06-011-7/+3Star
| | * | | drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom2010-06-016-6/+227
| | * | | drm/vmwgfx: Make sure to unpin old and pin new framebuffer.Jakob Bornecrantz2010-06-011-6/+11
| | * | | drm/vmwgfx: Fix single framebuffer detection.Jakob Bornecrantz2010-06-011-0/+3
| | * | | drm/vmwgfx: Assume larger framebuffer max size.Jakob Bornecrantz2010-06-011-2/+3
| | |/ /
| * | | drm/ttm: Fix ttm_page_alloc.cThomas Hellstrom2010-06-011-26/+36
| * | | drm/ttm: Fix cached TTM page allocation.Thomas Hellstrom2010-06-011-1/+1
| |/ /
* | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-0119-1074/+2547
|\ \ \
| * | | drm/i915: add HAS_BSD check to i915_getparamZou Nan hai2010-06-011-0/+3
| * | | drm/i915: Honor sync polarity from VBT panel timing descriptorsAdam Jackson2010-06-011-0/+10
| * | | drm/i915: Unmask interrupt for render engine on SandybridgeZhenyu Wang2010-05-281-0/+19
| * | | drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang2010-05-281-2/+14
| * | | drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson2010-05-281-25/+17Star
| * | | drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson2010-05-281-52/+30Star
| * | | drm/i915: Avoid moving from CPU domain during pwriteChris Wilson2010-05-281-1/+2
| * | | drm/i915: Cleanup after failed initialization of ringbuffersChris Wilson2010-05-281-1/+18
| * | | drm/i915: Reject bind_to_gtt() early if object > apertureChris Wilson2010-05-281-0/+8
| * | | drm/i915: Check error code whilst moving buffer to GTT domain.Chris Wilson2010-05-281-1/+5
| * | | drm/i915: Remove spurious warning "Failure to install fence"Chris Wilson2010-05-281-6/+11
| * | | drm/i915: Rebind bo if currently bound with incorrect alignment.Chris Wilson2010-05-281-0/+11
| * | | drm/i915: Include pitch in set_base debug statement.Chris Wilson2010-05-281-1/+2
| * | | drm/i915: Only print "nothing to do" debug message as required.Chris Wilson2010-05-281-2/+3
| * | | drm/i915: Propagate error from unbinding an unfenceable object.Chris Wilson2010-05-281-3/+7
| * | | drm/i915: Avoid nesting of domain changes when setting display planeChris Wilson2010-05-281-5/+3Star
| * | | drm/i915: Hold the spinlock whilst resetting unpin_work along error pathChris Wilson2010-05-281-8/+12
| * | | drm/i915: Only print an message if there was an errorChris Wilson2010-05-281-14/+24
| * | | drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt2010-05-263-10/+6Star
| * | | drm/i915: Add CxSR support on Pineview DDR3Li Peng2010-05-264-29/+53
| * | | i915: remove unneeded null checksDan Carpenter2010-05-261-2/+2
| * | | i915/intel_sdvo: remove unneeded null checkDan Carpenter2010-05-261-1/+1
| * | | drm/i915: Fix HDMI mode select for Cougarpoint PCHZhenyu Wang2010-05-262-1/+7
| * | | drm/i915: combine all small integers into one single bitfieldDaniel Vetter2010-05-262-26/+54
| * | | drm/i915/dp: Add DPCD data to debug outputAdam Jackson2010-05-261-0/+2
| * | | drm/i915/dp: Only enable enhanced framing if the sink supports itAdam Jackson2010-05-261-3/+2Star
| * | | drm/i915: Kill dangerous pending-flip debuggingChris Wilson2010-05-261-6/+0Star
| * | | drm/i915: Storage class should be before const qualifierTobias Klauser2010-05-261-19/+19
| * | | drm/i915: add power monitoring supportJesse Barnes2010-05-266-53/+772
| * | | drm/i915/gen4: Extra CRT hotplug paranoiaAdam Jackson2010-05-262-8/+14