]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Move xe_ttm_sys_mgr_init() downwards.
authorMaarten Lankhorst <dev@lankhorst.se>
Thu, 19 Jun 2025 10:49:07 +0000 (12:49 +0200)
committerMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Jun 2025 20:11:35 +0000 (22:11 +0200)
commit3effd109c6ef1dfc66ef1f09092251bd8c2b35e9
tree4c435f3ee85d25602f10c94363446ac51fd7803a
parent11bf0f0b3a4e6234861617356f04225b1a3272af
drm/xe: Move xe_ttm_sys_mgr_init() downwards.

Now that all previous allocations are gone, ensure no new allocations
will ever be done before xe_display_init_early(), by moving the call
that allows allocations downwards.

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