summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch
blob: 2e3a91fe7704b241db6aa8409dddd18dbc635e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From 741d8692cee1a73a45a6cd819a52ed9716012d20 Mon Sep 17 00:00:00 2001
From: JayYang <jay.yang@intel.com>
Date: Mon, 30 Oct 2023 13:37:49 +0800
Subject: [PATCH 6/7] Add DG2 DIDs

Add some device IDs for DG2.

Upstream-Status: Backport [https://github.com/intel/media-driver/commit/e7ba5c82f59764ac6700f6ebeb0e6f459d85e27c]
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
---
 media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp b/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
index fe15b419c..7ff3527f7 100644
--- a/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
+++ b/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
@@ -459,6 +459,18 @@ static bool dg2Gt4Device56B0 = DeviceInfoFactory<GfxDeviceInfo>::
 static bool dg2Gt4Device56B1 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x56B1, &dg2Gt4Info);
 
+static bool dg2Gt4Device56BA = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x56BA, &dg2Gt4Info);
+
+static bool dg2Gt4Device56BB = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x56BB, &dg2Gt4Info);
+
+static bool dg2Gt4Device56BC = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x56BC, &dg2Gt4Info);
+
+static bool dg2Gt4Device56BD = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x56BD, &dg2Gt4Info);
+
 static bool dg2Gt4Device56B2 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x56B2, &dg2Gt4Info);
 
-- 
2.40.1