]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe: Move suballocator init to after display init
authorMaarten Lankhorst <dev@lankhorst.se>
Tue, 10 Dec 2024 08:31:03 +0000 (09:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2025 09:13:45 +0000 (11:13 +0200)
commit13f6dc487e4cc393c5a235ff1d7ca02e0b26311d
tree6287cba09244991067e76784e492547e55c65de4
parentf4411a617bc285ccf6b8d366b1983b4f6a355279
drm/xe: Move suballocator init to after display init

[ Upstream commit 380b0cdaa76bc8f5c16db16eaf48751e792ff041 ]

No allocations should be done before we have had a chance to preserve
the display fb.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241210083111.230484-4-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_tile.c
drivers/gpu/drm/xe/xe_tile.h