summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2023-11-24 09:23:01 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-11-24 11:56:03 +0800
commit587dce125d25031b00b2bd3cb67f8ee227bf0977 (patch)
tree72c139366915d23268497d0aad2a5cee4e58e040 /recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch
parent2ab87a299a0c544806f6bcbd751eaacac649c144 (diff)
downloadmeta-intel-587dce125d25031b00b2bd3cb67f8ee227bf0977.tar.gz
intel-media-driver: upgrade 23.2.4 -> 23.3.5
Removed patches already merged: - 0001-ARGB-force-to-tile4.patch - 0001-Fix-FC-Corruption-When-Blending-without-Colorfill-in.patch - 0001-Fix-FC-Corruption-When-Blending-without-Colorfill.patch - 0001-Force-to-render-path-according-to-app-setting.patch - 0002-Add-DRM-format-mappings-for-JPEG-decoder-output.patch Rebased patches: - 0001-Disable-VP9-padding-on-MTL.patch - 0004-Set-sRGB-color-space-for-non-video-wall-and-no-backg.patch Added code fixed and new DG2 device id support: - 0002-Add-VASurfaceAttribMemoryType-for-ACM.patch - 0003-Force-ARGB-surface-to-tile4-for-ACM.patch - 0005-XRGB-force-to-do-swizzle-for-AVC-HEVC.patch - 0006-Add-DG2-DIDs.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-23.3.5 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch')
-rw-r--r--recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch b/recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch
new file mode 100644
index 00000000..2e3a91fe
--- /dev/null
+++ b/recipes-multimedia/libva/files/0006-Add-DG2-DIDs.patch
@@ -0,0 +1,39 @@
1From 741d8692cee1a73a45a6cd819a52ed9716012d20 Mon Sep 17 00:00:00 2001
2From: JayYang <jay.yang@intel.com>
3Date: Mon, 30 Oct 2023 13:37:49 +0800
4Subject: [PATCH 6/7] Add DG2 DIDs
5
6Add some device IDs for DG2.
7
8Upstream-Status: Backport [https://github.com/intel/media-driver/commit/e7ba5c82f59764ac6700f6ebeb0e6f459d85e27c]
9Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
10---
11 media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp | 12 ++++++++++++
12 1 file changed, 12 insertions(+)
13
14diff --git a/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp b/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
15index fe15b419c..7ff3527f7 100644
16--- a/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
17+++ b/media_driver/linux/Xe_M/ddi/media_sysinfo_xe.cpp
18@@ -459,6 +459,18 @@ static bool dg2Gt4Device56B0 = DeviceInfoFactory<GfxDeviceInfo>::
19 static bool dg2Gt4Device56B1 = DeviceInfoFactory<GfxDeviceInfo>::
20 RegisterDevice(0x56B1, &dg2Gt4Info);
21
22+static bool dg2Gt4Device56BA = DeviceInfoFactory<GfxDeviceInfo>::
23+ RegisterDevice(0x56BA, &dg2Gt4Info);
24+
25+static bool dg2Gt4Device56BB = DeviceInfoFactory<GfxDeviceInfo>::
26+ RegisterDevice(0x56BB, &dg2Gt4Info);
27+
28+static bool dg2Gt4Device56BC = DeviceInfoFactory<GfxDeviceInfo>::
29+ RegisterDevice(0x56BC, &dg2Gt4Info);
30+
31+static bool dg2Gt4Device56BD = DeviceInfoFactory<GfxDeviceInfo>::
32+ RegisterDevice(0x56BD, &dg2Gt4Info);
33+
34 static bool dg2Gt4Device56B2 = DeviceInfoFactory<GfxDeviceInfo>::
35 RegisterDevice(0x56B2, &dg2Gt4Info);
36
37--
382.40.1
39