]> git.itanic.dy.fi Git - linux-stable/commitdiff
drm/xe: Fix RING_MI_MODE label in devcoredump
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 3 Oct 2023 17:21:30 +0000 (10:21 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:42:09 +0000 (11:42 -0500)
Fix a typo in RING_MI_MODE label.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_hw_engine.c

index 49128f640e15dc509d4f3d7da464aa8768b65b4e..dc9dd83d99c52e948f23da7e481c58d5f4824888 100644 (file)
@@ -770,7 +770,7 @@ void xe_hw_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot,
        drm_printf(p, "\tRING_HEAD:  0x%08x\n", snapshot->reg.ring_head);
        drm_printf(p, "\tRING_TAIL:  0x%08x\n", snapshot->reg.ring_tail);
        drm_printf(p, "\tRING_CTL: 0x%08x\n", snapshot->reg.ring_ctl);
-       drm_printf(p, "\tRING_MODE: 0x%08x\n", snapshot->reg.ring_mi_mode);
+       drm_printf(p, "\tRING_MI_MODE: 0x%08x\n", snapshot->reg.ring_mi_mode);
        drm_printf(p, "\tRING_MODE: 0x%08x\n",
                   snapshot->reg.ring_mode);
        drm_printf(p, "\tRING_IMR:   0x%08x\n", snapshot->reg.ring_imr);