[Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
Nirmoy Das
nirmoy.das at intel.com
Wed May 10 19:38:21 UTC 2023
Unlinking display will lead to guc tlb inval timeout for
the fbdev vma as irqs are disabled.
Cc: Jani Nikula <jani.nikula at intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
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