]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
authorMaarten Lankhorst <dev@lankhorst.se>
Thu, 19 Jun 2025 10:49:06 +0000 (12:49 +0200)
committerMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Jun 2025 20:11:35 +0000 (22:11 +0200)
commit11bf0f0b3a4e6234861617356f04225b1a3272af
tree4b9810bbc63399d27b7db63546b076c438751c0c
parent6386a49951cd2cf3b46f3f214111071174e2f4ad
drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early

Now that we added the separate step of initialising GUC in
xe_gt_init_early, it should be ok to initialise the minimum during early
init, and the rest after allocations are allowed.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250619104858.418440-20-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_gt.h