[Intel-xe] [PATCH] fixup! drm/xe: Annotate desc of platforms with display

Lucas De Marchi lucas.demarchi at intel.com
Sat May 13 05:08:30 UTC 2023


Fix race when pushing the display annotation on desc struct and
enabling ADL-N.

Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 drivers/gpu/drm/xe/xe_pci.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 18d58d916fff..66af8a621876 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -222,7 +222,8 @@ static const struct xe_device_desc adl_n_desc = {
 	.graphics = &graphics_xelp,
 	.media = &media_xem,
 	PLATFORM(XE_ALDERLAKE_N),
-	.has_llc = 1,
+	.has_display = true,
+	.has_llc = true,
 	.require_force_probe = true,
 };
 
-- 
2.40.1



More information about the Intel-xe mailing list