summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: disable FBC when more than one pipe is activeJesse Barnes2010-07-261-0/+3
* drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes2010-07-021-1/+1
* drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt2010-05-261-3/+3
* drm/i915: add power monitoring supportJesse Barnes2010-05-261-7/+49
* drm/i915: convert some gem structures to per-ring V2Zou Nan hai2010-05-261-5/+7
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-3/+3
* drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt2010-05-261-4/+4
* drm/i915: Make fbc control wrapper functionsAdam Jackson2010-05-071-11/+2Star
* drm/i915: drop pointer to drm_gem_objectDaniel Vetter2010-04-201-8/+7Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-1/+1
|\
| * drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-251-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt2010-02-261-1/+1
* drm/i915: Record batch buffer following GPU errorChris Wilson2010-02-221-0/+85
* drm/i915: provide self-refresh status in debugfsJesse Barnes2010-02-221-0/+21
* drm/i915: provide FBC status in debugfsJesse Barnes2010-02-221-0/+49
* drm/i915: add dynamic performance control support for IronlakeJesse Barnes2010-02-221-0/+96
* drm/i915: Selectively enable self-reclaimChris Wilson2010-01-271-1/+1
* drm/i915: remove full registers dump debugZhenyu Wang2010-01-061-29/+0Star
* drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt2009-12-151-1/+1
* drm/i915: Report purgeable status in buffer lists.Chris Wilson2009-12-081-2/+3
* drm/i915: Fix product names and #definesAdam Jackson2009-12-071-1/+1
* drm/i915: Unregister i915_wedged debugfs entry using the right keyKristian Høgsberg2009-12-011-5/+2Star
* drm/i915: debugfs interface to manually reset the GPUChris Wilson2009-11-051-1/+115
* drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson2009-11-051-2/+2
* drm/i915: Include buffer size and dirty state in debugfs listsChris Wilson2009-09-171-2/+4
* drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson2009-09-061-3/+1Star
* drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang2009-09-041-10/+31
* drm/i915: Add i915 register dumping debugfs fileBen Gamari2009-09-041-0/+30
* drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari2009-09-041-0/+396