summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_uc.c
diff options
context:
space:
mode:
authorChang, Bruce <yu.bruce.chang@intel.com>2023-03-23 22:38:58 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:30:26 +0300
commit33de290bd1792b7e60b1379f1eb9185c481e06eb (patch)
treeb4835d12801eda150011881ba8aca517ac5828c3 /drivers/gpu/drm/xe/xe_uc.c
parent011d8fa362962424c3f444c1dac3653f86f350b3 (diff)
downloadlinux-33de290bd1792b7e60b1379f1eb9185c481e06eb.tar.xz
drm/xe: don't auto fall back to execlist mode if guc failed to init
In general, this is due to FW load failure, should just report error and fail the probe so that user can easily retry again. Reviewed-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Bruce Chang <yu.bruce.chang@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_uc.c')
-rw-r--r--drivers/gpu/drm/xe/xe_uc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/xe/xe_uc.c b/drivers/gpu/drm/xe/xe_uc.c
index 4ccf2b3435e1..70eabf567156 100644
--- a/drivers/gpu/drm/xe/xe_uc.c
+++ b/drivers/gpu/drm/xe/xe_uc.c
@@ -54,9 +54,6 @@ int xe_uc_init(struct xe_uc *uc)
return 0;
err:
- /* If any uC firmwares not found, fall back to execlists */
- xe_device_guc_submission_disable(uc_to_xe(uc));
-
return ret;
}