summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson1-2/+2
2011-01-12drm/i915/debugfs: Correct format after changing type of err object 'size'Chris Wilson1-1/+1
2011-01-11drm/i915/debugfs: Show all objects in the gttChris Wilson1-10/+43
2011-01-11drm/i915: Record AGP memory type upon errorChris Wilson1-2/+12
2011-01-11drm/i915: Record the error batchbuffer on each ringChris Wilson1-1/+3
2011-01-11drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes1-1/+25
2011-01-11drm/i915/debugfs: Show the per-ring IMRChris Wilson1-1/+7
2010-12-18drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes1-9/+45
2010-12-15drm/i915: Add self-refresh support on SandybridgeYuanhan Liu1-1/+1
2010-12-05drm/i915: caps.has_rc6 is no longer used, remove it.Chris Wilson1-1/+0
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-45/+30
2010-11-25drm/i915: Defer accounting until read from debugfsChris Wilson1-13/+71
2010-11-24drm/i915: More accurately track last fence usage by the GPUChris Wilson1-1/+2
2010-11-23drm/i915: Record fence registers on error.Chris Wilson1-0/+3
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-34/+30
2010-11-23drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffersChris Wilson1-3/+3
2010-11-22drm/i915: Capture interesting display registers on errorChris Wilson1-0/+3
2010-11-22drm/i915: Capture pinned buffers on errorChris Wilson1-24/+39
2010-11-11drm/i915: Remove the global irq wait queueChris Wilson1-7/+1
2010-11-01drm/i915/debugfs: Report ring in error stateChris Wilson1-28/+34
2010-10-29drm/i915: Record BSD engine error stateChris Wilson1-0/+6
2010-10-29drm/i915/debugfs: Display the contents of the BLT and BSD status pagesChris Wilson1-3/+13
2010-10-29drm/i915: Record BLT engine error stateChris Wilson1-6/+13
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson1-1/+2
2010-10-27drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson1-0/+3
2010-10-27drm/i915: add accounting for mappable objects in gtt v2Daniel Vetter1-0/+6
2010-10-27drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson1-25/+19
2010-10-27drm/i915/debugfs: Include info for the other ringsChris Wilson1-41/+93
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson1-2/+2
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-69/+267
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson1-2/+1
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-0/+2
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson1-14/+9
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-0/+26
2010-09-30drm/i915: Make get/put pages staticChris Wilson1-15/+11
2010-09-30drm/i915/debugfs: Include list totalsChris Wilson1-2/+9
2010-09-30drm/i915: Report the deferred free list in debugfsChris Wilson1-1/+7
2010-09-24drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson1-3/+3
2010-09-21drm/i915: Track pinned objectsChris Wilson1-4/+12
2010-09-21drm/i915/debug: Dump BSD ring buffers to debugfsChris Wilson1-6/+12
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-7/+4
2010-09-11drm/i915: Fix updating FBCChris Wilson1-0/+3
2010-09-09drm/i915/debug: Include Ironlake in self-refresh statusChris Wilson1-3/+5
2010-09-08i915: snprintf returns large valuesDan Carpenter1-0/+3
2010-09-08drm/i915: Show framebuffer info in debugfsChris Wilson1-17/+66
2010-09-08drm/i915: Show device capabilities in debugfsChris Wilson1-0/+41
2010-09-08drm/i915: Kill the active list spinlockChris Wilson1-26/+63
2010-09-08drm/i915: Use the VBT from OpRegion when available (v3)Chris Wilson1-0/+21
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth1-0/+50