aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-123/+547
* drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes2011-11-211-1/+1
* drm/i915: Don't call describe_obj on NULL pointersBen Widawsky2011-06-291-6/+10
* drm/i915: Only print out the actual number of fences for i915_error_stateDaniel Vetter2011-06-041-1/+1
* drm/i915: add fbc enable flag, but disable by defaultJesse Barnes2011-05-171-0/+3
* drm/i915: forcewake debugfs fixBen Widawsky2011-05-131-2/+2
* drm/i915: debugfs interface for forcewake reference countBen Widawsky2011-05-101-0/+80
* drm/i915: forcewake struct mutex locking fixesBen Widawsky2011-05-101-2/+8
* drm/i915: reference counted forcewakeBen Widawsky2011-05-101-2/+2
* drm/i915: Rename agp_type to cache_levelChris Wilson2011-05-101-5/+6
* drm/i915: debugfs for context informationBen Widawsky2011-05-101-0/+25
* drm/i915: report correct render clock frequencies on SNBJesse Barnes2011-03-231-4/+4
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-071-2/+2
|\
| * drm/i915: Do not overflow the MMADDR write FIFOChris Wilson2011-03-061-2/+2
* | drm/i915: cleanup per-pipe reg usageJesse Barnes2011-02-071-10/+10
* | drm/i915: Record all error ringbuffersChris Wilson2011-01-281-9/+14
* | drm/i915: tune Sandy Bridge DRPS constantsJesse Barnes2011-01-191-1/+26
* | drm/i915: Trivial sparse fixesChris Wilson2011-01-191-4/+4
|/
* drm/i915/debugfs: Correct format after changing type of err object 'size'Chris Wilson2011-01-121-1/+1
* drm/i915/debugfs: Show all objects in the gttChris Wilson2011-01-111-10/+43
* drm/i915: Record AGP memory type upon errorChris Wilson2011-01-111-2/+12
* drm/i915: Record the error batchbuffer on each ringChris Wilson2011-01-111-1/+3
* drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes2011-01-111-1/+25
* drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-111-1/+7
* drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes2010-12-181-9/+45
* drm/i915: Add self-refresh support on SandybridgeYuanhan Liu2010-12-151-1/+1
* drm/i915: caps.has_rc6 is no longer used, remove it.Chris Wilson2010-12-051-1/+0
* drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-45/+30
* drm/i915: Defer accounting until read from debugfsChris Wilson2010-11-251-13/+71
* drm/i915: More accurately track last fence usage by the GPUChris Wilson2010-11-241-1/+2
* drm/i915: Record fence registers on error.Chris Wilson2010-11-231-0/+3
* drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-34/+30
* drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffersChris Wilson2010-11-231-3/+3
* drm/i915: Capture interesting display registers on errorChris Wilson2010-11-221-0/+3
* drm/i915: Capture pinned buffers on errorChris Wilson2010-11-221-24/+39
* drm/i915: Remove the global irq wait queueChris Wilson2010-11-111-7/+1
* drm/i915/debugfs: Report ring in error stateChris Wilson2010-11-011-28/+34
* drm/i915: Record BSD engine error stateChris Wilson2010-10-291-0/+6
* drm/i915/debugfs: Display the contents of the BLT and BSD status pagesChris Wilson2010-10-291-3/+13
* drm/i915: Record BLT engine error stateChris Wilson2010-10-291-6/+13
* drm/i915: Only enforce fence limits inside the GTT.Chris Wilson2010-10-291-1/+2
* drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson2010-10-271-0/+3
* drm/i915: add accounting for mappable objects in gtt v2Daniel Vetter2010-10-271-0/+6
* drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson2010-10-271-25/+19
* drm/i915/debugfs: Include info for the other ringsChris Wilson2010-10-271-41/+93
* drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson2010-10-271-2/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-69/+267
|\
| * drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson2010-10-211-2/+1
| * drm/i915: Enable SandyBridge blitter ringChris Wilson2010-10-211-0/+2
| * drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson2010-10-201-14/+9