All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH] drm/xe: Unlink display before turning off irq
@ 2023-05-10 13:00 Nirmoy Das
  2023-05-10 13:03 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Nirmoy Das @ 2023-05-10 13:00 UTC (permalink / raw)
  To: intel-xe; +Cc: Nirmoy Das

Unlinking display will lead to guc tlb inval timeout for
the fbdev vma as irqs are disabled.

Signed-off-by: Nirmoy Das <nirmoy.das@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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-10 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10 13:00 [Intel-xe] [PATCH] drm/xe: Unlink display before turning off irq Nirmoy Das
2023-05-10 13:03 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-05-10 13:04 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-05-10 13:08 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-05-10 13:09 ` [Intel-xe] [PATCH] " Jani Nikula
2023-05-10 13:18   ` Das, Nirmoy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.