mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
drm/xe/pciids: separate RPL-U and RPL-P PCI IDs
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 <sai.teja.pottumuttu@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/4868d36fbfa8c38ea2d490bca82cf6370b8d65dd.1725443121.git.jani.nikula@intel.com
This commit is contained in:
parent
ae304b0545
commit
d454902a69
|
|
@ -383,6 +383,7 @@ static const struct pci_device_id pciidlist[] = {
|
|||
XE_ADLS_IDS(INTEL_VGA_DEVICE, &adl_s_desc),
|
||||
XE_ADLP_IDS(INTEL_VGA_DEVICE, &adl_p_desc),
|
||||
XE_ADLN_IDS(INTEL_VGA_DEVICE, &adl_n_desc),
|
||||
XE_RPLU_IDS(INTEL_VGA_DEVICE, &adl_p_desc),
|
||||
XE_RPLP_IDS(INTEL_VGA_DEVICE, &adl_p_desc),
|
||||
XE_RPLS_IDS(INTEL_VGA_DEVICE, &adl_s_desc),
|
||||
XE_DG1_IDS(INTEL_VGA_DEVICE, &dg1_desc),
|
||||
|
|
|
|||
|
|
@ -122,7 +122,6 @@
|
|||
|
||||
/* RPL-P */
|
||||
#define XE_RPLP_IDS(MACRO__, ...) \
|
||||
XE_RPLU_IDS(MACRO__, ## __VA_ARGS__), \
|
||||
MACRO__(0xA720, ## __VA_ARGS__), \
|
||||
MACRO__(0xA7A0, ## __VA_ARGS__), \
|
||||
MACRO__(0xA7A8, ## __VA_ARGS__), \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user