diff options
author | Matthew Auld <matthew.auld@intel.com> | 2024-05-22 13:22:00 +0300 |
---|---|---|
committer | Matthew Auld <matthew.auld@intel.com> | 2024-05-22 15:22:40 +0300 |
commit | 48d74a0a45201de4efa016fb2f556889db37ed28 (patch) | |
tree | d4469960f02b6ba10b5d8dfb82e1350a0545c36a /drivers/gpu/drm/xe/display | |
parent | 5b6937b65e45e31af56a5bba47f69acc550acf26 (diff) | |
download | linux-48d74a0a45201de4efa016fb2f556889db37ed28.tar.xz |
drm/xe/display: stop calling domains_driver_remove twice
Unclear why we call this twice.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240522102143.128069-35-matthew.auld@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/display')
-rw-r--r-- | drivers/gpu/drm/xe/display/xe_display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/display/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c index 89701ca841fc..406bc3912f4b 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) |