]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe: Do clean shutdown also when using flr
authorJouni Högander <jouni.hogander@intel.com>
Fri, 31 Oct 2025 12:23:11 +0000 (14:23 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 7 Nov 2025 11:05:32 +0000 (03:05 -0800)
commitb11a020d914c3b7628f56a9ea476a5b03679489b
tree4126ec4c67b6bad855f552bff4ae06584d099a9e
parent9cd27eec872f0b95dcdd811edc39d2d32e4158c8
drm/xe: Do clean shutdown also when using flr

Currently Xe driver is triggering flr without any clean-up on
shutdown. This is causing random warnings from pending related works as the
underlying hardware is reset in the middle of their execution.

Fix this by performing clean shutdown also when using flr.

Fixes: 501d799a47e2 ("drm/xe: Wire up device shutdown handler")
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Maarten Lankhorst <dev@lankhorst.se>
Link: https://patch.msgid.link/20251031122312.1836534-1-jouni.hogander@intel.com
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
(cherry picked from commit a4ff26b7c8ef38e4dd34f77cbcd73576fdde6dd4)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device.c