mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
d8584ea9d7
commit
e57cb3fcee
|
@ -0,0 +1,33 @@
|
|||
From 1579b536f1a82fb7c80f49fc7b76cda65b8bd18e Mon Sep 17 00:00:00 2001
|
||||
From: "Teng, Jin Chung" <jin.chung.teng@intel.com>
|
||||
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 <jin.chung.teng@intel.com>
|
||||
---
|
||||
_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
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user