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

Lucas De Marchi lucas.demarchi at intel.com
Mon May 15 13:07:17 UTC 2023


On Fri, May 12, 2023 at 10:08:30PM -0700, Lucas De Marchi wrote:
>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>

Fixup already applied.

Lucas De Marchi

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