aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-09-25 05:23:19 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-01 01:45:23 -0400
commitf56383cb9fc8d7165bd7d2136b4c4af98c41177c (patch)
tree5c7ad28908dd54ea9008de0ebc290113c5b43555 /drivers/gpu/drm/i915/i915_drv.h
parent58f6e632d5d24f1f510bafccc4c963a06f6a55a8 (diff)
drm/i915: Show WT caching in debugfs
Add the missing cache-level to the describe_obj() function for debug and error reporting. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 7ccb0cd35474..08e96a8c01aa 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -324,7 +324,7 @@ struct drm_i915_error_state {
324 u32 dirty:1; 324 u32 dirty:1;
325 u32 purgeable:1; 325 u32 purgeable:1;
326 s32 ring:4; 326 s32 ring:4;
327 u32 cache_level:2; 327 u32 cache_level:3;
328 } **active_bo, **pinned_bo; 328 } **active_bo, **pinned_bo;
329 u32 *active_bo_count, *pinned_bo_count; 329 u32 *active_bo_count, *pinned_bo_count;
330 struct intel_overlay_error_state *overlay; 330 struct intel_overlay_error_state *overlay;