[PATCH 5/5] CI-only: Test if FLR is disabled?
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Mon Aug 19 11:32:54 UTC 2024
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
---
drivers/gpu/drm/xe/xe_device.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
index 4b2128b57211f..60b554aa5275a 100644
--- a/drivers/gpu/drm/xe/xe_device.c
+++ b/drivers/gpu/drm/xe/xe_device.c
@@ -590,6 +590,9 @@ int xe_device_probe_early(struct xe_device *xe)
if (err)
return err;
+ if (xe_driver_flr_disabled(xe))
+ drm_err(&xe->drm, "FLR disabled by firmware\n");
+
xe->wedged.mode = xe_modparam.wedged_mode;
return 0;
--
2.45.2
More information about the Intel-xe
mailing list