drm/xe: don't auto fall back to execlist mode if guc failed to init
authorChang, Bruce <yu.bruce.chang@intel.com>
Thu, 23 Mar 2023 19:38:58 +0000 (19:38 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:30:26 +0000 (18:30 -0500)
commit33de290bd1792b7e60b1379f1eb9185c481e06eb
treeb4835d12801eda150011881ba8aca517ac5828c3
parent011d8fa362962424c3f444c1dac3653f86f350b3
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>
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_uc.c