From 0ee73becf5cff92ee7921f8cbc764199de1e6ba7 Mon Sep 17 00:00:00 2001 From: "Teng, Jin Chung" Date: Thu, 28 Oct 2021 14:27:33 +0800 Subject: onevpl-intel-gpu: ADL-S: Adding missing device ID Signed-off-by: Teng, Jin Chung Signed-off-by: Anuj Mittal (cherry picked from commit e57cb3fceea65607233a9f0da8881358f19bc0bd) Signed-off-by: Anuj Mittal --- ...1-Adding-missing-device-ID-4692-for-ADL-S.patch | 33 ++++++++++++++++++++++ .../onevpl/onevpl-intel-gpu_21.3.4.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 recipes-multimedia/onevpl/onevpl-intel-gpu/0001-Adding-missing-device-ID-4692-for-ADL-S.patch diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu/0001-Adding-missing-device-ID-4692-for-ADL-S.patch b/recipes-multimedia/onevpl/onevpl-intel-gpu/0001-Adding-missing-device-ID-4692-for-ADL-S.patch new file mode 100644 index 00000000..9d8577bc --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu/0001-Adding-missing-device-ID-4692-for-ADL-S.patch @@ -0,0 +1,33 @@ +From 1579b536f1a82fb7c80f49fc7b76cda65b8bd18e Mon Sep 17 00:00:00 2001 +From: "Teng, Jin Chung" +Date: Thu, 28 Oct 2021 13:49:58 +0800 +Subject: [PATCH] Adding missing device ID 4692 for ADL-S + +Upstream-Status: Submitted +innersource PR #3717 + +[Internal] +Issue:- +Test:- +OSPR:N/A + +Signed-off-by: Teng, Jin Chung +--- + _studio/shared/include/mfxstructures-int.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/_studio/shared/include/mfxstructures-int.h b/_studio/shared/include/mfxstructures-int.h +index c71f126..fa1329d 100755 +--- a/_studio/shared/include/mfxstructures-int.h ++++ b/_studio/shared/include/mfxstructures-int.h +@@ -427,6 +427,7 @@ typedef struct { + { 0x4683, MFX_HW_ADL_S, MFX_GT1 },//ADL-S + { 0x4690, MFX_HW_ADL_S, MFX_GT1 },//ADL-S + { 0x4691, MFX_HW_ADL_S, MFX_GT1 },//ADL-S ++ { 0x4692, MFX_HW_ADL_S, MFX_GT1 },//ADL-S + { 0x4693, MFX_HW_ADL_S, MFX_GT1 },//ADL-S + { 0x4698, MFX_HW_ADL_S, MFX_GT1 },//ADL-S + { 0x4699, MFX_HW_ADL_S, MFX_GT1 },//ADL-S +-- +2.7.4 + diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb index 316ab2e3..d0a8b222 100644 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb @@ -18,6 +18,7 @@ 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 \ file://0001-jpegd-Enable-JPEG-decode-error-report.patch \ + file://0001-Adding-missing-device-ID-4692-for-ADL-S.patch \ " SRCREV = "51608c724044802cc060b7969084126a3e90ca4a" -- cgit v1.2.3-54-g00ecf