summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch')
-rw-r--r--recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch b/recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch
new file mode 100644
index 00000000..d1e93114
--- /dev/null
+++ b/recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch
@@ -0,0 +1,30 @@
1From 92d702f885ae7bbfcd5b480c262db805ccc580bf Mon Sep 17 00:00:00 2001
2From: John Machado <john.machado@intel.com>
3Date: Thu, 16 Nov 2023 12:25:16 +0530
4Subject: [PATCH] Add more DG2 Device IDs
5
6Upstream-Status: Backport [https://github.com/intel/gmmlib/commit/92d702f885ae7bbfcd5b480c262db805ccc580bf]
7
8Signed-off-by: Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
9---
10 Source/inc/common/igfxfmid.h | 4 ++++
11 1 file changed, 4 insertions(+)
12
13diff --git a/Source/inc/common/igfxfmid.h b/Source/inc/common/igfxfmid.h
14index 2b50de2..5ef90f5 100644
15--- a/Source/inc/common/igfxfmid.h
16+++ b/Source/inc/common/igfxfmid.h
17@@ -1928,6 +1928,10 @@ typedef enum __NATIVEGTTYPE
18 #define DEV_ID_56B1 0x56B1
19 #define DEV_ID_56B2 0x56B2
20 #define DEV_ID_56B3 0x56B3
21+#define DEV_ID_56BA 0x56BA
22+#define DEV_ID_56BB 0x56BB
23+#define DEV_ID_56BC 0x56BC
24+#define DEV_ID_56BD 0x56BD
25 #define DEV_ID_56C0 0x56C0
26 #define DEV_ID_56C1 0x56C1
27
28--
292.40.1
30