diff options
| author | Damien Lespiau <[email protected]> | 2014-04-03 16:17:51 +0100 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2014-09-24 14:52:00 +0200 |
| commit | 2a9b7539667bb347502d7c7e00cae30479c164fb (patch) | |
| tree | 083bfd34f55f5ad67e41705141531ca856053a99 /drivers/gpu/drm/i915/i915_gpu_error.c | |
| parent | 2fcdcd8a2eaa70d110fb27bd297ef4aea3b291fa (diff) | |
drm/i915/skl: Report the PDP regs as in 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.c | 1 |
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 1bf6e6938ac6..fe1498099f16 100644 --- a/drivers/gpu/drm/i915/i915_gpu_error.c +++ b/drivers/gpu/drm/i915/i915_gpu_error.c @@ -924,6 +924,7 @@ static void i915_record_ring_state(struct drm_device *dev, ering->vm_info.gfx_mode = I915_READ(RING_MODE_GEN7(ring)); switch (INTEL_INFO(dev)->gen) { + case 9: case 8: for (i = 0; i < 4; i++) { ering->vm_info.pdp[i] = |