drm/i915: add rcs topology to error state
authorLionel Landwerlin <[email protected]>
Tue, 6 Mar 2018 12:28:55 +0000 (12:28 +0000)
committerLionel Landwerlin <[email protected]>
Thu, 8 Mar 2018 10:06:21 +0000 (10:06 +0000)
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]
drivers/gpu/drm/i915/i915_gpu_error.c

index 9e5e9547adb26342de03eb191acf79b8af8b3e87..f89ac7a8f95f1231f93296bdf91b6f2fcbea9185 100644 (file)
@@ -586,6 +586,7 @@ static void err_print_capabilities(struct drm_i915_error_state_buf *m,
 
        intel_device_info_dump_flags(info, &p);
        intel_driver_caps_print(caps, &p);
+       intel_device_info_dump_topology(&info->sseu, &p);
 }
 
 static void err_print_params(struct drm_i915_error_state_buf *m,