aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-25drm/i915: fixup forcewake spinlock fallout in drpc debugfs functionDaniel Vetter1-3/+8
2012-01-24drm/i915: debugfs: show semaphore registers also on gen7Daniel Vetter1-1/+1
2012-01-24drm/i915: allow userspace forcewake references also on gen7Daniel Vetter1-2/+2
2012-01-24drm/i915: Correct debugfs printout for RC1e.Eric Anholt1-1/+1
2012-01-19drm/i915: protect force_wake_(get|put) with the gt_lockDaniel Vetter1-2/+6
2012-01-09drm/i915: Print debugfs object list sizes in KiB instead of bytes.Eric Anholt1-2/+2
2012-01-03drm/i915: drpc debugfs update for gen6Ben Widawsky1-1/+85
2011-12-16drm/i915: add PCH info to i915_capabilitiesPaulo Zanoni1-0/+1
2011-11-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux into drm-fixesDave Airlie1-6/+51
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz1-1/+4
2011-11-03drm/i915: forcewake warning fixes in debugfsBen Widawsky1-6/+51
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi1-19/+19
2011-08-09drm/i915: show interrupt info on IVBJesse Barnes1-1/+1
2011-08-03drm/i915: allow cache sharing policy controlJesse Barnes1-0/+99
2011-07-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-0/+90
2011-07-29drm/i915: add GPU max frequency control fileJesse Barnes1-0/+90
2011-06-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-6/+10
2011-06-29drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes1-2/+2
2011-06-29drm/i915: Don't call describe_obj on NULL pointersBen Widawsky1-6/+10
2011-06-28drm/i915: load a ring frequency scaling table v3Jesse Barnes1-0/+39
2011-06-04drm/i915: Only print out the actual number of fences for i915_error_stateDaniel Vetter1-1/+1
2011-05-17drm/i915: add fbc enable flag, but disable by defaultJesse Barnes1-0/+3
2011-05-13drm/i915: forcewake debugfs fixBen Widawsky1-2/+2
2011-05-10drm/i915: debugfs interface for forcewake reference countBen Widawsky1-0/+80
2011-05-10drm/i915: forcewake struct mutex locking fixesBen Widawsky1-2/+8
2011-05-10drm/i915: reference counted forcewakeBen Widawsky1-2/+2
2011-05-10drm/i915: Rename agp_type to cache_levelChris Wilson1-5/+6
2011-05-10drm/i915: debugfs for context informationBen Widawsky1-0/+25
2011-03-23drm/i915: report correct render clock frequencies on SNBJesse Barnes1-4/+4
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-2/+2
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson1-2/+2
2011-02-07drm/i915: cleanup per-pipe reg usageJesse Barnes1-10/+10
2011-01-28drm/i915: Record all error ringbuffersChris Wilson1-9/+14
2011-01-19drm/i915: tune Sandy Bridge DRPS constantsJesse Barnes1-1/+26
2011-01-19drm/i915: Trivial sparse fixesChris Wilson1-4/+4
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