aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gpu_error.c
diff options
context:
space:
mode:
authorDamien Lespiau <[email protected]>2014-04-03 16:13:29 +0100
committerDaniel Vetter <[email protected]>2014-09-24 14:52:00 +0200
commit2fcdcd8a2eaa70d110fb27bd297ef4aea3b291fa (patch)
treed60056c5bc6ecba2e561917f770859d03b5e0757 /drivers/gpu/drm/i915/i915_gpu_error.c
parentc3f59a67ad6ff5ac11fefc0c0d9d0f12ff7eb226 (diff)
drm/i915/skl: report the same INSTDONE registers as gen8
Reviewed-by: Rodrigo Vivi <[email protected]> Signed-off-by: Damien Lespiau <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gpu_error.c')
-rw-r--r--drivers/gpu/drm/i915/i915_gpu_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index 68fd7675184f..1bf6e6938ac6 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1390,6 +1390,7 @@ void i915_get_extra_instdone(struct drm_device *dev, uint32_t *instdone)
WARN_ONCE(1, "Unsupported platform\n");
case 7:
case 8:
+ case 9:
instdone[0] = I915_READ(GEN7_INSTDONE_1);
instdone[1] = I915_READ(GEN7_SC_INSTDONE);
instdone[2] = I915_READ(GEN7_SAMPLER_INSTDONE);