summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva/files/0004-Disable-vp9-padding-on-mtl.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/0004-Disable-vp9-padding-on-mtl.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/0004-Disable-vp9-padding-on-mtl.patch')
-rw-r--r--recipes-multimedia/libva/files/0004-Disable-vp9-padding-on-mtl.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-multimedia/libva/files/0004-Disable-vp9-padding-on-mtl.patch b/recipes-multimedia/libva/files/0004-Disable-vp9-padding-on-mtl.patch
deleted file mode 100644
index 075f2350..00000000
--- a/recipes-multimedia/libva/files/0004-Disable-vp9-padding-on-mtl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From ea2ae0cd656a17eee9897aa1bf4e61b0d05ec347 Mon Sep 17 00:00:00 2001
2From: Lim Siew Hoon <siew.hoon.lim@intel.com>
3Date: Tue, 5 Sep 2023 16:13:42 +0800
4Subject: [PATCH 4/4] Disable vp9 padding on mtl.
5
6Upstream-Status: Submitted [https://github.com/intel/media-driver/pull/1720]
7Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
8---
9 media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp b/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp
13index 679ca45f6..0e6837034 100644
14--- a/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp
15+++ b/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp
16@@ -284,7 +284,7 @@ static bool InitMtlMediaWaExt(struct GfxDeviceInfo *devInfo,
17
18 MEDIA_WR_WA(waTable, WaDisableSetObjectCapture, 1);
19
20- MEDIA_WR_WA(waTable, Wa_Vp9UnalignedHeight, 1);
21+ MEDIA_WR_WA(waTable, Wa_Vp9UnalignedHeight, 0);
22
23 return true;
24 }
25--
262.40.1
27