Skip to content

Commit 73b50c3

Browse files
jnikulagregkh
authored andcommitted
drm/xe/pciids: separate RPL-U and RPL-P PCI IDs
[ Upstream commit d454902 ] Avoid including PCI IDs for one platform to the PCI IDs of another. It's more clear to deal with them completely separately at the PCI ID macro level. Reviewed-by: Sai Teja Pottumuttu <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/4868d36fbfa8c38ea2d490bca82cf6370b8d65dd.1725443121.git.jani.nikula@intel.com Signed-off-by: Sasha Levin <[email protected]>
1 parent 7f70c81 commit 73b50c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ static const struct pci_device_id pciidlist[] = {
383383
XE_ADLS_IDS(INTEL_VGA_DEVICE, &adl_s_desc),
384384
XE_ADLP_IDS(INTEL_VGA_DEVICE, &adl_p_desc),
385385
XE_ADLN_IDS(INTEL_VGA_DEVICE, &adl_n_desc),
386+
XE_RPLU_IDS(INTEL_VGA_DEVICE, &adl_p_desc),
386387
XE_RPLP_IDS(INTEL_VGA_DEVICE, &adl_p_desc),
387388
XE_RPLS_IDS(INTEL_VGA_DEVICE, &adl_s_desc),
388389
XE_DG1_IDS(INTEL_VGA_DEVICE, &dg1_desc),

include/drm/intel/xe_pciids.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120

121121
/* RPL-P */
122122
#define XE_RPLP_IDS(MACRO__, ...) \
123-
XE_RPLU_IDS(MACRO__, ## __VA_ARGS__), \
124123
MACRO__(0xA720, ## __VA_ARGS__), \
125124
MACRO__(0xA7A0, ## __VA_ARGS__), \
126125
MACRO__(0xA7A8, ## __VA_ARGS__), \

0 commit comments

Comments
 (0)