[PATCH i-g-t] lib/pciids: Sync pciid's with kernel commit 9b779ff
Upadhyay, Tejas
tejas.upadhyay at intel.com
Mon Jun 23 12:53:47 UTC 2025
> -----Original Message-----
> From: Joshi, Kunal1 <kunal1.joshi at intel.com>
> Sent: 23 June 2025 10:17
> To: igt-dev at lists.freedesktop.org
> Cc: Chauhan, Shekhar <shekhar.chauhan at intel.com>; Nikula, Jani
> <jani.nikula at intel.com>; Upadhyay, Tejas <tejas.upadhyay at intel.com>;
> Bhadane, Dnyaneshwar <dnyaneshwar.bhadane at intel.com>; Roper,
> Matthew D <matthew.d.roper at intel.com>; Atwood, Matthew S
> <matthew.s.atwood at intel.com>
> Subject: [PATCH i-g-t] lib/pciids: Sync pciid's with kernel commit 9b779ff
>
> From: Shekhar Chauhan <shekhar.chauhan at intel.com>
>
> As per updated Bspec, Sync PCI IDs
>
> Aligns with kernel commit 9b779ff ("drm/xe/xe2_hpg: Add PCI IDs for
> xe2_hpg")
In sync, you will two patches as below, add them in commit message,
9b779ff0e1d1 drm/xe/xe2_hpg: Add PCI IDs for xe2_hpg
49c6dc74b596 drm/xe/ptl: Update the PTL pci id table
With that,
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
Tejas
>
> Cc: Jani Nikula <jani.nikula at intel.com>
> Cc: Tejas Upadhyay <tejas.upadhyay at intel.com>
> Signed-off-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
> Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>
> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> Signed-off-by: Matt Atwood <matthew.s.atwood at intel.com>
> Link: https://lore.kernel.org/r/20250605190804.1287289-2-
> dnyaneshwar.bhadane at intel.com
> Link: https://lore.kernel.org/r/20250520195749.371748-1-
> matthew.s.atwood at intel.com
> ---
> lib/pciids.h | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/lib/pciids.h b/lib/pciids.h index d212848d0..129c3172a 100644
> --- a/lib/pciids.h
> +++ b/lib/pciids.h
> @@ -852,8 +852,11 @@
> MACRO__(0xE210, ## __VA_ARGS__), \
> MACRO__(0xE211, ## __VA_ARGS__), \
> MACRO__(0xE212, ## __VA_ARGS__), \
> - MACRO__(0xE215, ## __VA_ARGS__), \
> - MACRO__(0xE216, ## __VA_ARGS__)
> + MACRO__(0xE216, ## __VA_ARGS__), \
> + MACRO__(0xE220, ## __VA_ARGS__), \
> + MACRO__(0xE221, ## __VA_ARGS__), \
> + MACRO__(0xE222, ## __VA_ARGS__), \
> + MACRO__(0xE223, ## __VA_ARGS__)
>
> /* PTL */
> #define INTEL_PTL_IDS(MACRO__, ...) \
> @@ -861,6 +864,10 @@
> MACRO__(0xB081, ## __VA_ARGS__), \
> MACRO__(0xB082, ## __VA_ARGS__), \
> MACRO__(0xB083, ## __VA_ARGS__), \
> + MACRO__(0xB084, ## __VA_ARGS__), \
> + MACRO__(0xB085, ## __VA_ARGS__), \
> + MACRO__(0xB086, ## __VA_ARGS__), \
> + MACRO__(0xB087, ## __VA_ARGS__), \
> MACRO__(0xB08F, ## __VA_ARGS__), \
> MACRO__(0xB090, ## __VA_ARGS__), \
> MACRO__(0xB0A0, ## __VA_ARGS__), \
> --
> 2.25.1
More information about the igt-dev
mailing list