[PATCH 4/4] CI-only: Test if FLR is disabled?
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Thu Sep 5 15:00:52 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 a2ce7454794f6..f7f8098d0d0b9 100644
--- a/drivers/gpu/drm/xe/xe_device.c
+++ b/drivers/gpu/drm/xe/xe_device.c
@@ -593,6 +593,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