Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe/ptl: Add another PTL PCI ID

An additional pci id has been added to bspec.

Bspec: 72574
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241114234410.145863-1-matthew.s.atwood@intel.com

authored by

Matt Atwood and committed by
Matt Roper
ae78ec0a 465d9057

+2 -1
+2 -1
include/drm/intel/xe_pciids.h
··· 229 229 MACRO__(0xB092, ## __VA_ARGS__), \ 230 230 MACRO__(0xB0A0, ## __VA_ARGS__), \ 231 231 MACRO__(0xB0A1, ## __VA_ARGS__), \ 232 - MACRO__(0xB0A2, ## __VA_ARGS__) 232 + MACRO__(0xB0A2, ## __VA_ARGS__), \ 233 + MACRO__(0xB0B0, ## __VA_ARGS__) 233 234 234 235 #endif