Skip to content

Commit

Permalink
drm/xe/ptl: Add another PTL PCI ID
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Matt Atwood authored and Matt Roper committed Nov 22, 2024
1 parent 465d905 commit ae78ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/drm/intel/xe_pciids.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,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

0 comments on commit ae78ec0

Please sign in to comment.