aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt1-3/+3
2010-05-26drm/i915: add power monitoring supportJesse Barnes1-7/+49
2010-05-26drm/i915: convert some gem structures to per-ring V2Zou Nan hai1-5/+7
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-3/+3
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt1-4/+4
2010-05-07drm/i915: Make fbc control wrapper functionsAdam Jackson1-11/+2
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter1-8/+7
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-1/+1
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-1/+1
2010-02-22drm/i915: Record batch buffer following GPU errorChris Wilson1-0/+85
2010-02-22drm/i915: provide self-refresh status in debugfsJesse Barnes1-0/+21
2010-02-22drm/i915: provide FBC status in debugfsJesse Barnes1-0/+49
2010-02-22drm/i915: add dynamic performance control support for IronlakeJesse Barnes1-0/+96
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson1-1/+1
2010-01-06drm/i915: remove full registers dump debugZhenyu Wang1-29/+0
2009-12-15drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt1-1/+1
2009-12-07drm/i915: Report purgeable status in buffer lists.Chris Wilson1-2/+3
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-1/+1
2009-11-30drm/i915: Unregister i915_wedged debugfs entry using the right keyKristian Høgsberg1-5/+2
2009-11-05drm/i915: debugfs interface to manually reset the GPUChris Wilson1-1/+115
2009-11-05drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson1-2/+2
2009-09-17drm/i915: Include buffer size and dirty state in debugfs listsChris Wilson1-2/+4
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson1-3/+1
2009-09-04drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang1-10/+31
2009-09-04drm/i915: Add i915 register dumping debugfs fileBen Gamari1-0/+30
2009-09-04drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari1-0/+396