Skip to content

Commit cac6cfa

Browse files
drm/i915: add rcs topology to error state
This might be useful information for developers looking at an error state. v2: Place topology towards the end of the error state (Chris) v3: Reuse common printing code (Michal) v4: Make this a one-liner (Chris) Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Tvrtko Ursulin <[email protected]> Acked-by: Chris Wilson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 79e9cd5 commit cac6cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/i915_gpu_error.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ static void err_print_capabilities(struct drm_i915_error_state_buf *m,
586586

587587
intel_device_info_dump_flags(info, &p);
588588
intel_driver_caps_print(caps, &p);
589+
intel_device_info_dump_topology(&info->sseu, &p);
589590
}
590591

591592
static void err_print_params(struct drm_i915_error_state_buf *m,

0 commit comments

Comments
 (0)