[PATCH] lib/pciids: Add one more PCI ID to BMG

Bhadane, Dnyaneshwar dnyaneshwar.bhadane at intel.com
Fri Jul 4 15:17:15 UTC 2025



> -----Original Message-----
> From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of Ravi Kumar
> Vodapalli
> Sent: Friday, July 4, 2025 8:00 PM
> To: igt-dev at lists.freedesktop.org
> Cc: Vivekanandan, Balasubramani <balasubramani.vivekanandan at intel.com>;
> Vodapalli, Ravi Kumar <ravi.kumar.vodapalli at intel.com>
> Subject: [PATCH] lib/pciids: Add one more PCI ID to BMG
> 
> Align with kernel commit ccfb15b8158c ("drm/xe/bmg: Add one additional PCI
> ID")
> 
> It Adds one more pci id to BMG.
^^^^"adds" would be more correct here.

Also, you should be adding the reason why you have sent this patch as v2 so folks 
get to know what has changed from previous revision.

> 
> Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli at intel.com>
> ---
>  lib/pciids.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/pciids.h b/lib/pciids.h index 129c3172a..666265b5f 100644
> --- a/lib/pciids.h
> +++ b/lib/pciids.h
> @@ -846,6 +846,7 @@
>  /* BMG */
>  #define INTEL_BMG_IDS(MACRO__, ...) \
>  	MACRO__(0xE202, ## __VA_ARGS__), \
> +	MACRO__(0xE209, ## __VA_ARGS__), \

With above changes LGTM,
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>

Regards, 
Dnyaneshwar 
>  	MACRO__(0xE20B, ## __VA_ARGS__), \
>  	MACRO__(0xE20C, ## __VA_ARGS__), \
>  	MACRO__(0xE20D, ## __VA_ARGS__), \
> --
> 2.34.1



More information about the igt-dev mailing list