]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Move xe_gt_init_early() where it belongs
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 13 May 2024 21:37:49 +0000 (14:37 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 14 May 2024 04:21:13 +0000 (21:21 -0700)
commit65c4de2a9148385114b3ff1121143ef1af805a1a
tree63f0b5967bf79b6e7dc708228f4aea110adec25a
parent402c014cbcc7c9ada6d62ee646b2b359d4793ce2
drm/xe: Move xe_gt_init_early() where it belongs

Early shall be early enough, stop doing other things with gt before it.
Now that xe_gt_init_early() doesn't need forcewake and doesn't depend on
the fake engine_mask initialization, move it where it belongs: it
doesn't need to be after hwconfig config anymore.

Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Reviewed-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240513213751.1017791-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device.c