This is a note to let you know that I've just added the patch titled drm/xe/display: stop calling domains_driver_remove twice to the 6.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-xe-display-stop-calling-domains_driver_remove-tw.patch and it can be found in the queue-6.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit d8feaf92f7c6d767e1691801c4f7f179a47f7717 Author: Matthew Auld <matthew.auld@xxxxxxxxx> Date: Wed May 22 11:22:00 2024 +0100 drm/xe/display: stop calling domains_driver_remove twice [ Upstream commit 48d74a0a45201de4efa016fb2f556889db37ed28 ] Unclear why we call this twice. Signed-off-by: Matthew Auld <matthew.auld@xxxxxxxxx> Cc: Andrzej Hajda <andrzej.hajda@xxxxxxxxx> Cc: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> Reviewed-by: Andrzej Hajda <andrzej.hajda@xxxxxxxxx> Link: https://patchwork.freedesktop.org/patch/msgid/20240522102143.128069-35-matthew.auld@xxxxxxxxx Stable-dep-of: f4b2a0ae1a31 ("drm/xe: Fix opregion leak") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/gpu/drm/xe/display/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c index 0de0566e5b394..6ecaf83264d55 100644 --- a/drivers/gpu/drm/xe/display/xe_display.c +++ b/drivers/gpu/drm/xe/display/xe_display.c @@ -134,7 +134,6 @@ static void xe_display_fini_noirq(struct drm_device *dev, void *dummy) return; intel_display_driver_remove_noirq(xe); - intel_power_domains_driver_remove(xe); } int xe_display_init_noirq(struct xe_device *xe)