UPSTREAM: [Decode] Add DeviceIDs for ADLN Refresh

This patch is to add dvice IDs for a new platform which is ADLN Refresh.
(cherry picked from commit 2524c6f2ff4e17fab1c30342a1e819b9148739b8
  https://github.com/intel/media-driver )

BUG=b:325995751
TEST=emerge-nissa libva-intel-media-driver
     vainfo loads iHD driver on nissa

Change-Id: I34a78d4693a40b501d7dfd941c5a1f6281291351
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/libva-intel-media-driver/+/5315237
Tested-by: Altaf Basha <altaf.basha@intel.com>
Reviewed-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Lalith Rajendran <lalithkraj@google.com>
Commit-Queue: Lalith Rajendran <lalithkraj@google.com>
diff --git a/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp b/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
index e1c380b..fc57214 100644
--- a/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
+++ b/media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
@@ -566,6 +566,12 @@
 
 static bool adlnGt1Device46D2 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x46D2, &adlnGt1Info);
+
+static bool twlGt1Device46D3 = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x46D3, &adlnGt1Info);
+
+static bool twlGt1Device46D4 = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x46D4, &adlnGt1Info);
 #endif