mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
oneVPL-intel-gpu: upgrade to 21.2.2
The version has gone backwards. Add epoch value so package feeds don't break. Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
a8195a0a7f
commit
2e83dee940
|
|
@ -1,43 +0,0 @@
|
|||
From 5dad1ac41e227e75d1a5117c60ffc5331630c827 Mon Sep 17 00:00:00 2001
|
||||
From: Dan Ai <dan.ai@intel.com>
|
||||
Date: Thu, 6 May 2021 22:22:08 +0800
|
||||
Subject: [PATCH] [ADLP] add new device id list
|
||||
|
||||
Upstream-Status: Backport [https://github.com/oneapi-src/oneVPL-intel-gpu/commit/5dad1ac41e227e75d1a5117c60ffc5331630c827]
|
||||
|
||||
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
|
||||
---
|
||||
_studio/shared/include/mfxstructures-int.h | 16 +++++++++++++++-
|
||||
1 file changed, 15 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/_studio/shared/include/mfxstructures-int.h b/_studio/shared/include/mfxstructures-int.h
|
||||
index c76c8d2358..ad97a78d1d 100755
|
||||
--- a/_studio/shared/include/mfxstructures-int.h
|
||||
+++ b/_studio/shared/include/mfxstructures-int.h
|
||||
@@ -434,8 +434,22 @@ typedef struct {
|
||||
|
||||
/* ADL-P */
|
||||
{ 0x46A0, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46A1, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46A3, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46A6, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x4626, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+
|
||||
+ { 0x46B0, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46B1, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46B3, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46A8, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x4628, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+
|
||||
{ 0x46C0, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
- { 0x46E0, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46C1, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46C3, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x46AA, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
+ { 0x462A, MFX_HW_ADL_P, MFX_GT2 },//ADL-P
|
||||
|
||||
};
|
||||
|
||||
--
|
||||
2.32.0
|
||||
|
||||
|
|
@ -8,6 +8,8 @@ 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"
|
||||
|
|
@ -15,10 +17,9 @@ COMPATIBLE_HOST_x86-x32 = "null"
|
|||
DEPENDS += "libdrm libva intel-media-driver onevpl"
|
||||
|
||||
SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \
|
||||
file://0001-ADLP-add-new-device-id-list.patch \
|
||||
"
|
||||
|
||||
SRCREV = "d6b0df4f058166cff31a360b77774f7410667be5"
|
||||
SRCREV = "11de4839263873241c455a1f44a8a29416698fda"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
Loading…
Reference in New Issue
Block a user