projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6937b
)
drm/xe/display: stop calling domains_driver_remove twice
author
Matthew Auld
<matthew.auld@intel.com>
Wed, 22 May 2024 10:22:00 +0000
(11:22 +0100)
committer
Matthew Auld
<matthew.auld@intel.com>
Wed, 22 May 2024 12:22:40 +0000
(13:22 +0100)
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
drivers/gpu/drm/xe/display/xe_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/display/xe_display.c
b/drivers/gpu/drm/xe/display/xe_display.c
index
89701ca
..
406bc39
100644
(file)
--- 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)