diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2023-08-18 00:49:18 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2023-08-24 00:42:19 -0700 |
commit | 27f6b4b1c663108967a76b33db9e076c415484df (patch) | |
tree | 0a6343af4d3b1db65f029eff9755822b5c544aec /include | |
parent | 112b393766ec669f9aa8bf6de864494583979d4c (diff) | |
download | mesa-27f6b4b1c663108967a76b33db9e076c415484df.tar.gz mesa-27f6b4b1c663108967a76b33db9e076c415484df.tar.bz2 mesa-27f6b4b1c663108967a76b33db9e076c415484df.zip |
intel/dev: Use RPL-U name on RPL-U devices
Ref: https://patchwork.freedesktop.org/patch/553646/?series=122712&rev=1
Cc: mesa-stable
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24820>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 6b778ad19da..eacd5c468d0 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -210,11 +210,11 @@ CHIPSET(0xa78a, rpl, "RPL-S", "Intel(R) Graphics") CHIPSET(0xa78b, rpl, "RPL-S", "Intel(R) Graphics") CHIPSET(0xa720, rpl_p, "RPL-P", "Intel(R) Graphics") -CHIPSET(0xa721, rpl_p, "RPL-P", "Intel(R) Graphics") +CHIPSET(0xa721, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0xa7a0, rpl_p, "RPL-P", "Intel(R) Graphics") -CHIPSET(0xa7a1, rpl_p, "RPL-P", "Intel(R) Graphics") +CHIPSET(0xa7a1, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0xa7a8, rpl_p, "RPL-P", "Intel(R) Graphics") -CHIPSET(0xa7a9, rpl_p, "RPL-P", "Intel(R) Graphics") +CHIPSET(0xa7a9, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0x4905, dg1, "DG1", "Intel(R) Graphics") CHIPSET(0x4906, dg1, "DG1", "Intel(R) Graphics") |