From 292b0fd5590303e9035d27b0735b69ab10e41bee Mon Sep 17 00:00:00 2001
From: huangli2018
Date: Mon, 28 Aug 2023 17:11:47 +0800
Subject: [PATCH] [Decode] Add DID for RPL platform
Add DID for RPL platform
---
media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp b/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
index cf24db5560c..d9f73dbe3a3 100644
--- a/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
+++ b/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
@@ -419,6 +419,18 @@ static bool rplsGt1DeviceA78A = DeviceInfoFactory::
static bool rplsGt1DeviceA78B = DeviceInfoFactory::
RegisterDevice(0xA78B, &adlsGt1Info);
+static bool rplsGt1DeviceA7AA = DeviceInfoFactory::
+ RegisterDevice(0xA7AA, &adlsGt1Info);
+
+static bool rplsGt1DeviceA7AB = DeviceInfoFactory::
+ RegisterDevice(0xA7AB, &adlsGt1Info);
+
+static bool rplsGt1DeviceA7AC = DeviceInfoFactory::
+ RegisterDevice(0xA7AC, &adlsGt1Info);
+
+static bool rplsGt1DeviceA7AD = DeviceInfoFactory::
+ RegisterDevice(0xA7AD, &adlsGt1Info);
+
#endif