[PATCH] lib/pciids: Add one more PCI ID to BMG
Jani Nikula
jani.nikula at intel.com
Fri Jul 4 12:21:17 UTC 2025
On Fri, 04 Jul 2025, Ravi Kumar Vodapalli <ravi.kumar.vodapalli at intel.com> wrote:
> Align with kernel commit f7814ac1cc23 ("drm/xe/bmg: Add one additional PCI ID")
$ git show f7814ac1cc23
fatal: ambiguous argument 'f7814ac1cc23': unknown revision or path not in the working tree.
So you've sent a patch but it hasn't been merged. Please wait with the
IGT change until it has actually been merged to the kernel.
BR,
Jani.
> It Adds one more pci id to BMG.
>
> 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__), \
> MACRO__(0xE20B, ## __VA_ARGS__), \
> MACRO__(0xE20C, ## __VA_ARGS__), \
> MACRO__(0xE20D, ## __VA_ARGS__), \
--
Jani Nikula, Intel
More information about the igt-dev
mailing list