From: Matthew Auld Date: Wed, 22 May 2024 10:22:00 +0000 (+0100) Subject: drm/xe/display: stop calling domains_driver_remove twice X-Git-Tag: v6.11-rc1~141^2~26^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48d74a0a45201de4efa016fb2f556889db37ed28;p=thirdparty%2Fkernel%2Flinux.git drm/xe/display: stop calling domains_driver_remove twice Unclear why we call this twice. Signed-off-by: Matthew Auld Cc: Andrzej Hajda Cc: Rodrigo Vivi Reviewed-by: Andrzej Hajda Link: https://patchwork.freedesktop.org/patch/msgid/20240522102143.128069-35-matthew.auld@intel.com --- diff --git a/drivers/gpu/drm/xe/display/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c index 89701ca841fc2..406bc3912f4bf 100644 --- a/drivers/gpu/drm/xe/display/xe_display.c +++ b/drivers/gpu/drm/xe/display/xe_display.c @@ -143,7 +143,6 @@ static void xe_display_fini_noirq(void *arg) return; intel_display_driver_remove_noirq(xe); - intel_power_domains_driver_remove(xe); } int xe_display_init_noirq(struct xe_device *xe)