diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2024-09-04 12:46:48 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2024-09-06 15:39:55 +0300 |
| commit | d454902a690db47f1880f963514bbf0fc7a129a8 (patch) | |
| tree | 554c1c34c7c3941f62d46d522a4c787e4b8a35cd /include | |
| parent | ae304b054520fec0a5ad5dec103a37abb53fef0e (diff) | |
| download | linux-d454902a690db47f1880f963514bbf0fc7a129a8.tar.xz | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/intel/xe_pciids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/intel/xe_pciids.h b/include/drm/intel/xe_pciids.h index 4aab1bc2327e..7a9a7d0a89ca 100644 --- a/include/drm/intel/xe_pciids.h +++ b/include/drm/intel/xe_pciids.h @@ -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__), \ |
