drm/xe/guc: Fix missing topology init
authorZhanjun Dong <zhanjun.dong@intel.com>
Tue, 27 Feb 2024 16:49:22 +0000 (08:49 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Feb 2024 22:49:58 +0000 (14:49 -0800)
commit4c47049d93b7a7fc2230cded84a6aec6bbd3d61e
tree3601b3e07b834d930306fd7039b43ae1a88e893e
parent1408784b599927d2f361bac6dc5170d2ee275f17
drm/xe/guc: Fix missing topology init

init_steering_dss need topology dss mask to be init ahead.
Fixed by moving xe_gt_topology_init ahead of xe_gt_mcr_init

Fixes: bf8ec3c3e82c ("drm/xe: Initialize GuC earlier during probe")
Cc: MichaƂ Winiarski <michal.winiarski@intel.com>
Signed-off-by: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240227164922.281346-2-zhanjun.dong@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt.c