summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge 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-25drm/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-09i915: 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
2010-08-09drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson1-0/+3
2010-07-26drm/i915: disable FBC when more than one pipe is activeJesse Barnes1-0/+3
2010-07-02drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes1-1/+1
2010-05-27drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt1-3/+3
2010-05-27drm/i915: add power monitoring supportJesse Barnes1-7/+49
2010-05-27drm/i915: convert some gem structures to per-ring V2Zou Nan hai1-5/+7
2010-05-27drm/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-08drm/i915: Make fbc control wrapper functionsAdam Jackson1-11/+2
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter1-8/+7
2010-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-1/+1
2010-02-27drm/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-08drm/i915: Report purgeable status in buffer lists.Chris Wilson1-2/+3
2009-12-08drm/i915: Fix product names and #definesAdam Jackson1-1/+1
2009-12-01drm/i915: Unregister i915_wedged debugfs entry using the right keyKristian Høgsberg1-5/+2
2009-11-06drm/i915: debugfs interface to manually reset the GPUChris Wilson1-1/+115
2009-11-06drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson1-2/+2
2009-09-18drm/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-05drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang1-10/+31