[Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support

Lucas De Marchi lucas.demarchi at intel.com
Wed May 10 20:18:48 UTC 2023


On Wed, May 10, 2023 at 09:38:21PM +0200, Nirmoy Das wrote:
>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>


Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Lucas De Marchi

>---
> 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