diff options
| author | Teng, Jin Chung <jin.chung.teng@intel.com> | 2021-10-28 14:27:33 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-10-28 16:42:09 +0800 |
| commit | e57cb3fceea65607233a9f0da8881358f19bc0bd (patch) | |
| tree | ef5f58bf6331f2dba78a0d2ff86933ee95d14261 | |
| parent | d8584ea9d7c5207b6c08abbbedbd1b7f64a4fe4b (diff) | |
| download | meta-intel-e57cb3fceea65607233a9f0da8881358f19bc0bd.tar.gz | |
onevpl-intel-gpu: ADL-S: Adding missing device ID
Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | recipes-multimedia/onevpl/onevpl-intel-gpu/0001-Adding-missing-device-ID-4692-for-ADL-S.patch | 33 | ||||
| -rw-r--r-- | recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.4.bb | 1 |
2 files changed, 34 insertions, 0 deletions
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 @@ | |||
| 1 | From 1579b536f1a82fb7c80f49fc7b76cda65b8bd18e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Teng, Jin Chung" <jin.chung.teng@intel.com> | ||
| 3 | Date: Thu, 28 Oct 2021 13:49:58 +0800 | ||
| 4 | Subject: [PATCH] Adding missing device ID 4692 for ADL-S | ||
| 5 | |||
| 6 | Upstream-Status: Submitted | ||
| 7 | innersource PR #3717 | ||
| 8 | |||
| 9 | [Internal] | ||
| 10 | Issue:- | ||
| 11 | Test:- | ||
| 12 | OSPR:N/A | ||
| 13 | |||
| 14 | Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com> | ||
| 15 | --- | ||
| 16 | _studio/shared/include/mfxstructures-int.h | 1 + | ||
| 17 | 1 file changed, 1 insertion(+) | ||
| 18 | |||
| 19 | diff --git a/_studio/shared/include/mfxstructures-int.h b/_studio/shared/include/mfxstructures-int.h | ||
| 20 | index c71f126..fa1329d 100755 | ||
| 21 | --- a/_studio/shared/include/mfxstructures-int.h | ||
| 22 | +++ b/_studio/shared/include/mfxstructures-int.h | ||
| 23 | @@ -427,6 +427,7 @@ typedef struct { | ||
| 24 | { 0x4683, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 25 | { 0x4690, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 26 | { 0x4691, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 27 | + { 0x4692, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 28 | { 0x4693, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 29 | { 0x4698, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 30 | { 0x4699, MFX_HW_ADL_S, MFX_GT1 },//ADL-S | ||
| 31 | -- | ||
| 32 | 2.7.4 | ||
| 33 | |||
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" | |||
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \ | 19 | SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \ |
| 20 | file://0001-jpegd-Enable-JPEG-decode-error-report.patch \ | 20 | file://0001-jpegd-Enable-JPEG-decode-error-report.patch \ |
| 21 | file://0001-Adding-missing-device-ID-4692-for-ADL-S.patch \ | ||
| 21 | " | 22 | " |
| 22 | 23 | ||
| 23 | SRCREV = "51608c724044802cc060b7969084126a3e90ca4a" | 24 | SRCREV = "51608c724044802cc060b7969084126a3e90ca4a" |
