Drop patches already merged:
 - 0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch

Signed-off-by: Lim Siew Hoon <[email protected]>
---
 ...ble-CM-Copy-for-ADL-P-and-RPL-P-4938.patch | 32 -------------------
 ...u_23.1.5.bb => onevpl-intel-gpu_23.2.4.bb} |  3 +-
 2 files changed, 1 insertion(+), 34 deletions(-)
 delete mode 100644 
recipes-multimedia/onevpl/files/0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch
 rename recipes-multimedia/onevpl/{onevpl-intel-gpu_23.1.5.bb => 
onevpl-intel-gpu_23.2.4.bb} (87%)

diff --git 
a/recipes-multimedia/onevpl/files/0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch
 
b/recipes-multimedia/onevpl/files/0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch
deleted file mode 100644
index f96231a3..00000000
--- 
a/recipes-multimedia/onevpl/files/0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 22e4f3dfc7f5510cd1fbec3e4e9e1845d35a301a Mon Sep 17 00:00:00 2001
-From: gfxVPLsdm <[email protected]>
-Date: Tue, 4 Apr 2023 15:00:15 +0800
-Subject: [PATCH] Disable CM Copy for ADL-P and RPL-P (#4938)
-
-Co-authored-by: Teng, Jin Chung <[email protected]>
-
-Upstream-Status: Backport
-Expect it to be removed once move to intel-onevpl-23.2.0 and above.
-https://github.com/oneapi-src/oneVPL-intel-gpu/commit/2ef453cb231ad12a912669d0fc091d8365f436e4
----
- _studio/shared/src/libmfx_core_vaapi.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/_studio/shared/src/libmfx_core_vaapi.cpp 
b/_studio/shared/src/libmfx_core_vaapi.cpp
-index 7212e572..baeafb7f 100644
---- a/_studio/shared/src/libmfx_core_vaapi.cpp
-+++ b/_studio/shared/src/libmfx_core_vaapi.cpp
-@@ -830,8 +830,8 @@ bool VAAPIVideoCORE_T<Base>::IsCmSupported()
- template <class Base>
- bool VAAPIVideoCORE_T<Base>::IsCmCopyEnabledByDefault()
- {
--    // For Linux by default CM copy is ON on RKL/ADL
--    return IsCmSupported() && GetHWType() != MFX_HW_DG1 && GetHWType() != 
MFX_HW_TGL_LP;
-+    // For Linux by default CM copy is ON on RKL/ADL-S
-+    return IsCmSupported() && GetHWType() != MFX_HW_DG1 && GetHWType() != 
MFX_HW_TGL_LP && GetHWType() != MFX_HW_ADL_P;
- }
- 
- template <class Base>
--- 
-2.40.1
-
diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_23.1.5.bb 
b/recipes-multimedia/onevpl/onevpl-intel-gpu_23.2.4.bb
similarity index 87%
rename from recipes-multimedia/onevpl/onevpl-intel-gpu_23.1.5.bb
rename to recipes-multimedia/onevpl/onevpl-intel-gpu_23.2.4.bb
index af6d50d3..2a2233e1 100644
--- a/recipes-multimedia/onevpl/onevpl-intel-gpu_23.1.5.bb
+++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_23.2.4.bb
@@ -18,10 +18,9 @@ DEPENDS += "libdrm libva intel-media-driver onevpl 
pkgconfig-native"
 RDEPENDS:${PN} += "intel-media-driver"
 
 SRC_URI = 
"git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;nobranch=1;lfs=0
 \
-           file://0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch \
           "
 
-SRCREV = "3bc35c59ab64f60c3f73eaa83ada600859999493"
+SRCREV = "b2af8d128452c4b4c94399f051c3214f11c1dfa9"
 S = "${WORKDIR}/git"
 
 FILES:${PN} += " \
-- 
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8070): 
https://lists.yoctoproject.org/g/meta-intel/message/8070
Mute This Topic: https://lists.yoctoproject.org/mt/100639405/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to