summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-13drm/i915: Revert i915.semaphore=1 default from i915 mergeAndy Lutomirski1-1/+1
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-4/+26
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-2/+15
2011-03-07drm/i915: Disable GPU semaphores by defaultChris Wilson1-0/+3
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson1-2/+12
2011-02-22drm/i915: Add a module parameter to ignore lid statusChris Wilson1-0/+3
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+12
2011-02-09drm/i915: Disable RC6 on IronlakeChris Wilson1-1/+4
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-10/+10
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-0/+3
2011-02-02drm/i915: Only bind to function 0 of the PCI deviceChris Wilson1-0/+8
2011-02-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-0/+2
2011-02-01drm/i915: Override SDVO panel type in VBTChris Wilson1-0/+3
2011-01-25drm/i915: Reset state after a GPU reset or resumeChris Wilson1-0/+2
2011-01-25Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+4
2011-01-24drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson1-0/+3
2011-01-23drm/i915: Recognise non-VGA display devicesChris Wilson1-1/+1
2011-01-19drm/i915: Trivial sparse fixesChris Wilson1-1/+1
2011-01-13drm/i915: Add a module option to override the use of SSCChris Wilson1-0/+3
2011-01-11drm/i915: cleanup rc6 codeJesse Barnes1-3/+3
2011-01-11drm/i915: fix rc6 enabling around suspend/resumeJesse Barnes1-0/+3
2011-01-11drm/i915: add 'reset' parameterChris Wilson1-0/+6
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-1/+11
2010-12-17drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner1-0/+2
2010-12-15drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu1-0/+1
2010-12-09drm/i915: Terminate the FORCE WAKE after we have finished readingChris Wilson1-0/+22
2010-12-09drm/i915: Restore GTT mapping first upon resumeChris Wilson1-1/+6
2010-12-09drm/i915: driver.suspend and .resume are always setChris Wilson1-5/+0
2010-12-06drm/i915: caps.has_rc6 is no longer used, remove it.Chris Wilson1-3/+3
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-3/+3
2010-12-05drm/i915: Be paranoid and bail on resetting if we can't take the lock.Chris Wilson1-1/+2
2010-11-23drm/i915: restore gtt on resume in the drm instead of in intel-gtt.koDaniel Vetter1-0/+1
2010-11-22drm/i915: Add support for GPU reset on gen6.Eric Anholt1-0/+11
2010-11-22drm/i915: Also reinit the BSD and BLT rings after a GPU reset.Eric Anholt1-2/+7
2010-11-22Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+2
2010-11-19drm/i915: Disable FBC on Ironlake to save 1WAlex Shi1-1/+2
2010-11-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+1
2010-11-02drm/i915: Allow powersave modparam to be adjusted at runtime.Chris Wilson1-1/+1
2010-10-28drm/i915: Make the inactive object shrinker per-deviceChris Wilson1-3/+0
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson1-1/+1
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-65/+149
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson1-2/+2
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-0/+2
2010-10-01drm/i915: If the GPU hangs twice within 5 seconds, declare it wedged.Chris Wilson1-6/+9
2010-10-01drm/i915: Try to reset gen2 devices.Chris Wilson1-0/+33
2010-10-01drm/i915: Clear fence registers on GPU resetChris Wilson1-1/+1
2010-09-22drm/i915: Clear the gpu_write_list on resetting write_domain upon hangChris Wilson1-15/+1
2010-09-21drm/i915: Disable output polling across suspend & resumeChris Wilson1-1/+10
2010-09-21drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao1-0/+2