drm/xe/uc: Reorder post hwconfig uC initialization step
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 10 May 2024 20:38:09 +0000 (22:38 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 14 May 2024 21:19:25 +0000 (23:19 +0200)
commit3df01f5c72b0b4ecdca2b3da88a4b6fac809986b
tree86bb1ffb7db7a75b3f97534459e87097358a1104
parent04f4a70a183a688a60fe3882d6e4236ea02cfc67
drm/xe/uc: Reorder post hwconfig uC initialization step

We want to move the GuC submission initialization to the post
hwconfig step, but now this step is done too late as migration
initialization uses exec_queue that would crash due to a unset
exec_queue_ops. We can easily fix that by small function reorder.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240510203810.1952-2-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_gt.c