Mesa (staging/22.0): intel/dev: Add device info for RPL-P

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 22:22:07 UTC 2022


Module: Mesa
Branch: staging/22.0
Commit: b70471178cc0e94d390429f3f1f9e3464cca3266
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b70471178cc0e94d390429f3f1f9e3464cca3266

Author: Jordan Justen <jordan.l.justen at intel.com>
Date:   Fri Mar 25 12:03:08 2022 -0700

intel/dev: Add device info for RPL-P

Cc: mesa-stable
Ref: https://patchwork.freedesktop.org/series/102701/
Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16054>
(cherry picked from commit d257494ec4d826aec8841845479215820e612917)

---

 .pick_status.json                 | 2 +-
 include/pci_ids/iris_pci_ids.h    | 7 +++++++
 src/intel/dev/intel_device_info.c | 6 ++++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 24327e840f6..2228f019e7c 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -244,7 +244,7 @@
         "description": "intel/dev: Add device info for RPL-P",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "because_sha": null
     },
     {
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h
index adfd40e12a0..18db2d81fc0 100644
--- a/include/pci_ids/iris_pci_ids.h
+++ b/include/pci_ids/iris_pci_ids.h
@@ -209,6 +209,13 @@ CHIPSET(0xa783, rpl, "RPL-S", "Intel(R) Graphics")
 CHIPSET(0xa788, rpl, "RPL-S", "Intel(R) Graphics")
 CHIPSET(0xa789, 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(0xa7a0, rpl_p, "RPL-P", "Intel(R) Graphics")
+CHIPSET(0xa7a1, rpl_p, "RPL-P", "Intel(R) Graphics")
+CHIPSET(0xa7a8, rpl_p, "RPL-P", "Intel(R) Graphics")
+CHIPSET(0xa7a9, rpl_p, "RPL-P", "Intel(R) Graphics")
+
 CHIPSET(0x4905, dg1, "DG1", "Intel(R) Graphics")
 CHIPSET(0x4906, dg1, "DG1", "Intel(R) Graphics")
 CHIPSET(0x4907, sg1, "SG1", "Intel(R) Graphics")
diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c
index 0119e7c29b1..ab5168364f5 100644
--- a/src/intel/dev/intel_device_info.c
+++ b/src/intel/dev/intel_device_info.c
@@ -1029,6 +1029,12 @@ static const struct intel_device_info intel_device_info_rpl = {
    .platform = INTEL_PLATFORM_RPL,
 };
 
+static const struct intel_device_info intel_device_info_rpl_p = {
+   GFX12_GT_FEATURES(2),
+   .platform = INTEL_PLATFORM_RPL,
+   .display_ver = 13,
+};
+
 #define GFX12_DG1_SG1_FEATURES                  \
    GFX12_GT_FEATURES(2),                        \
    .platform = INTEL_PLATFORM_DG1,              \



More information about the mesa-commit mailing list