[Intel-xe] [PATCH v2 1/2] drm/xe: Include RPL-U to pciidlist

Lucas De Marchi lucas.demarchi at intel.com
Mon Nov 20 19:43:36 UTC 2023


On Mon, Nov 20, 2023 at 10:57:11AM -0800, Jose Souza wrote:
>RPL-U is defined as a subplatform but those PCI ids were
>not included in pciidlist so Xe KMD would never probe device with
>those ids.
>This is following what i915 does to include RPL-U to PCI ids
>probe list.
>
>v2:
>- change order to match i915
>
>Cc: Lucas De Marchi <lucas.demarchi at intel.com>
>Signed-off-by: José Roberto de Souza <jose.souza at intel.com>


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

thanks
Lucas De Marchi

>---
> include/drm/xe_pciids.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
>index 68fbab161feb0..058a68de3bb57 100644
>--- a/include/drm/xe_pciids.h
>+++ b/include/drm/xe_pciids.h
>@@ -117,6 +117,7 @@
>
> /* RPL-P */
> #define XE_RPLP_IDS(MACRO__, ...)		\
>+	XE_RPLU_IDS(MACRO__, ## __VA_ARGS__),	\
> 	MACRO__(0xA720, ## __VA_ARGS__),	\
> 	MACRO__(0xA7A0, ## __VA_ARGS__),	\
> 	MACRO__(0xA7A8, ## __VA_ARGS__)
>-- 
>2.42.1
>


More information about the Intel-xe mailing list