[PATCH i-g-t] lib/pciids: add missing PTL pciid

Rodrigo Vivi rodrigo.vivi at intel.com
Fri Nov 29 18:15:26 UTC 2024


On Fri, Nov 29, 2024 at 05:42:21PM +0000, Matthew Auld wrote:
> It's there on KMD side but missing in IGT.

Perhaps a different title and commit message with mention that
it aligns with kernel commit ae78ec0a52c4 ("drm/xe/ptl: Add another PTL PCI ID")

Cc: Matt Atwood <matthew.s.atwood at intel.com>

> 
> Signed-off-by: Matthew Auld <matthew.auld at intel.com>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

> ---
>  lib/pciids.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/pciids.h b/lib/pciids.h
> index 32480b556..7883384ac 100644
> --- a/lib/pciids.h
> +++ b/lib/pciids.h
> @@ -829,6 +829,7 @@
>  	MACRO__(0xB092, ## __VA_ARGS__), \
>  	MACRO__(0xB0A0, ## __VA_ARGS__), \
>  	MACRO__(0xB0A1, ## __VA_ARGS__), \
> -	MACRO__(0xB0A2, ## __VA_ARGS__)
> +	MACRO__(0xB0A2, ## __VA_ARGS__), \
> +	MACRO__(0xB0B0, ## __VA_ARGS__)
>  
>  #endif /* __PCIIDS_H__ */
> -- 
> 2.47.0
> 


More information about the igt-dev mailing list