[PATCH 1/2] lib: sync xe_pciids.h with kernel

Matthew Auld matthew.auld at intel.com
Mon Jun 17 08:34:31 UTC 2024


On 17/06/2024 08:51, Andrzej Hajda wrote:
> This synchronizes with kernel commit
> e54700f7d6aa ("drm/xe/bmg: Add PCI IDs")
> 
> Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>

> ---
>   lib/xe_pciids.h | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/lib/xe_pciids.h b/lib/xe_pciids.h
> index c7fc288dacee..73d972a8aca1 100644
> --- a/lib/xe_pciids.h
> +++ b/lib/xe_pciids.h
> @@ -208,4 +208,11 @@
>   	MACRO__(0x64A0, ## __VA_ARGS__), \
>   	MACRO__(0x64B0, ## __VA_ARGS__)
>   
> +#define XE_BMG_IDS(MACRO__, ...) \
> +	MACRO__(0xE202, ## __VA_ARGS__), \
> +	MACRO__(0xE20B, ## __VA_ARGS__), \
> +	MACRO__(0xE20C, ## __VA_ARGS__), \
> +	MACRO__(0xE20D, ## __VA_ARGS__), \
> +	MACRO__(0xE212, ## __VA_ARGS__)
> +
>   #endif
> 


More information about the igt-dev mailing list