[Intel-xe] [PATCH] drm/xe: Unlink display before turning off irq
Nirmoy Das
nirmoy.das at intel.com
Wed May 10 13:00:04 UTC 2023
Unlinking display will lead to guc tlb inval timeout for
the fbdev vma as irqs are disabled.
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
---
drivers/gpu/drm/xe/xe_device.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
index 32cc83c43b2a..430bd6eb4053 100644
--- a/drivers/gpu/drm/xe/xe_device.c
+++ b/drivers/gpu/drm/xe/xe_device.c
@@ -349,9 +349,9 @@ void xe_device_remove(struct xe_device *xe)
{
xe_device_remove_display(xe);
- xe_irq_shutdown(xe);
-
xe_display_unlink(xe);
+
+ xe_irq_shutdown(xe);
}
void xe_device_shutdown(struct xe_device *xe)
--
2.39.0
More information about the Intel-xe
mailing list