From c32dcde80be597715d33c608d15064f798b3a488 Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Wed, 20 Jul 2022 11:18:38 +0800 Subject: onevpl-intel-gpu: upgrade 22.3.2 -> 22.4.4 Drops patches already merged: * 0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- .../0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch | 31 ---------------------- .../onevpl/onevpl-intel-gpu_22.3.2.bb | 30 --------------------- .../onevpl/onevpl-intel-gpu_22.4.4.bb | 29 ++++++++++++++++++++ 3 files changed, 29 insertions(+), 61 deletions(-) delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu/0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch delete mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu_22.4.4.bb diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu/0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch b/recipes-multimedia/onevpl/onevpl-intel-gpu/0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch deleted file mode 100644 index eb714ea6..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu/0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch +++ /dev/null @@ -1,31 +0,0 @@ -From aad7c533f3d34a1ce6a4c65c4631077e1ee3502f Mon Sep 17 00:00:00 2001 -From: gfxVPLsdm -Date: Fri, 8 Apr 2022 20:31:35 +0800 -Subject: [PATCH] [HEVCe/lib] Fix REXT DDIID issue (#2566) - -Fixed REXT DDIID issue by adding missing reference symbol of PickDDIIDREXT function interface - -Upstream-Status: Backport - -Co-authored-by: Lightny Gong -Signed-off-by: Teng, Jin Chung ---- - _studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_va_lin.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_va_lin.cpp b/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_va_lin.cpp -index 1d4c7ce..eb3ae50 100644 ---- a/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_va_lin.cpp -+++ b/_studio/mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_va_lin.cpp -@@ -108,7 +108,7 @@ mfxStatus PickDDIIDNormal(VAID*& DDIID, Defaults::Param defPar, const mfxVideoPa - return MFX_ERR_NONE; - } - --mfxStatus PickDDIIDREXT(VAID* DDIID, const mfxVideoParam& par) -+mfxStatus PickDDIIDREXT(VAID* &DDIID, const mfxVideoParam& par) - { - auto& fi = par.mfx.FrameInfo; - const mfxExtCodingOption3* pCO3 = ExtBuffer::Get(par); --- -2.7.4 - diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb deleted file mode 100644 index fb315ebd..00000000 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing" -DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ -video decode, encode and filtering on IntelĀ® graphics." - -HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" -BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" - -PE = "1" - -# Only for 64 bit -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST:x86-x32 = "null" - -DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" - -SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=intel-onevpl-22.3;lfs=0 \ - file://0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch \ - " - -SRCREV = "0f7e5f41160bb5a48e24f7cec2ced1ef9dd9c5be" -S = "${WORKDIR}/git" - -FILES:${PN} += " \ - ${libdir}/libmfx-gen/enctools.so \ - " - -inherit cmake diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.4.4.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.4.4.bb new file mode 100644 index 00000000..a312f27e --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.4.4.bb @@ -0,0 +1,29 @@ +SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing" +DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ +video decode, encode and filtering on IntelĀ® graphics." + +HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" +BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" + +PE = "1" + +# Only for 64 bit +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:x86-x32 = "null" + +DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" + +SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \ + " + +SRCREV = "e0d2754d0250661a63fff2ee2fa8e0e94b0fcfad" +S = "${WORKDIR}/git" + +FILES:${PN} += " \ + ${libdir}/libmfx-gen/enctools.so \ + " + +inherit cmake -- cgit v1.2.3-54-g00ecf