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

Kamil Konieczny kamil.konieczny at linux.intel.com
Mon Jun 17 12:37:30 UTC 2024


Hi Andrzej,
On 2024-06-17 at 09:51:44 +0200, 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: Kamil Konieczny <kamil.konieczny at linux.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
> 
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list