|
@@ -641,6 +641,7 @@ static void i915_ring_error_state(struct seq_file *m,
|
|
|
seq_printf(m, "%s command stream:\n", ring_str(ring));
|
|
|
seq_printf(m, " HEAD: 0x%08x\n", error->head[ring]);
|
|
|
seq_printf(m, " TAIL: 0x%08x\n", error->tail[ring]);
|
|
|
+ seq_printf(m, " CTL: 0x%08x\n", error->ctl[ring]);
|
|
|
seq_printf(m, " ACTHD: 0x%08x\n", error->acthd[ring]);
|
|
|
seq_printf(m, " IPEIR: 0x%08x\n", error->ipeir[ring]);
|
|
|
seq_printf(m, " IPEHR: 0x%08x\n", error->ipehr[ring]);
|
|
@@ -693,6 +694,8 @@ static int i915_error_state(struct seq_file *m, void *unused)
|
|
|
seq_printf(m, "EIR: 0x%08x\n", error->eir);
|
|
|
seq_printf(m, "IER: 0x%08x\n", error->ier);
|
|
|
seq_printf(m, "PGTBL_ER: 0x%08x\n", error->pgtbl_er);
|
|
|
+ seq_printf(m, "FORCEWAKE: 0x%08x\n", error->forcewake);
|
|
|
+ seq_printf(m, "DERRMR: 0x%08x\n", error->derrmr);
|
|
|
seq_printf(m, "CCID: 0x%08x\n", error->ccid);
|
|
|
|
|
|
for (i = 0; i < dev_priv->num_fence_regs; i++)
|