Skip to content

Commit ef3da23

Browse files
rodrigovivigregkh
authored andcommitted
drm/xe/pciids: Add PVC's PCI device ID macros
[ Upstream commit 5b40191 ] Add PVC PCI IDs to the xe_pciids.h header. They're not yet used in the driver. Cc: Daniele Ceraolo Spurio <[email protected]> Cc: Lucas De Marchi <[email protected]> Cc: Thomas Hellström <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Acked-by: Simona Vetter <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/6ac1829493a53a3fec889c746648d627a0296892.1725624296.git.jani.nikula@intel.com Signed-off-by: Sasha Levin <[email protected]>
1 parent a06ef71 commit ef3da23

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

include/drm/intel/xe_pciids.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,22 @@
189189
MACRO__(0x7D60, ## __VA_ARGS__), \
190190
MACRO__(0x7DD5, ## __VA_ARGS__)
191191

192+
/* PVC */
193+
#define XE_PVC_IDS(MACRO__, ...) \
194+
MACRO__(0x0B69, ## __VA_ARGS__), \
195+
MACRO__(0x0B6E, ## __VA_ARGS__), \
196+
MACRO__(0x0BD4, ## __VA_ARGS__), \
197+
MACRO__(0x0BD5, ## __VA_ARGS__), \
198+
MACRO__(0x0BD6, ## __VA_ARGS__), \
199+
MACRO__(0x0BD7, ## __VA_ARGS__), \
200+
MACRO__(0x0BD8, ## __VA_ARGS__), \
201+
MACRO__(0x0BD9, ## __VA_ARGS__), \
202+
MACRO__(0x0BDA, ## __VA_ARGS__), \
203+
MACRO__(0x0BDB, ## __VA_ARGS__), \
204+
MACRO__(0x0BE0, ## __VA_ARGS__), \
205+
MACRO__(0x0BE1, ## __VA_ARGS__), \
206+
MACRO__(0x0BE5, ## __VA_ARGS__)
207+
192208
#define XE_LNL_IDS(MACRO__, ...) \
193209
MACRO__(0x6420, ## __VA_ARGS__), \
194210
MACRO__(0x64A0, ## __VA_ARGS__), \

0 commit comments

Comments
 (0)