summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-09drm/i915: Disable RC6 on IronlakeChris Wilson1-1/+4
2011-02-02drm/i915: Only bind to function 0 of the PCI deviceChris Wilson1-0/+8
2011-01-25drm/i915: Reset state after a GPU reset or resumeChris Wilson1-0/+2
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-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
2010-09-21drm/i915: fix HAS_BSD with a device info flagXiang, Haihao1-0/+4
2010-09-21drm/i915: Clean up bo lists on all hung gpusChris Wilson1-5/+10
2010-09-21drm/i915: Clear GPU read domains on resetChris Wilson1-0/+5
2010-09-21drm/i915: Clear flushing lists on GPU resetChris Wilson1-0/+6
2010-09-21drm/i915: After a reset perform a forced modesetChris Wilson1-7/+10
2010-09-21drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke1-6/+24
2010-09-21drm/i915: Rename graphics reset registers.Kenneth Graunke1-3/+3
2010-09-21drm/i915: Actually set the reset bit in i965_reset.Kenneth Graunke1-16/+15
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-43/+41
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-0/+1
2010-09-17drm/i915,agp/intel: Add second set of PCI-IDs for B43Chris Wilson1-0/+1
2010-09-16drm: use noop_llseekArnd Bergmann1-0/+1
2010-09-08drm/i915/overlay: Move capabilities bits to common info block.Chris Wilson1-0/+12