summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2023-11-24 09:22:58 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-11-24 11:48:49 +0800
commit6dcc61ac3c40836a264ede349c8e403ad3cdadc6 (patch)
tree41015a75f29e6d73b0927d4c9f3b97ba20408589 /recipes-graphics/gmmlib
parentc220d2b0cb941f0e1ee8f9bef1418942fe0d3c63 (diff)
downloadmeta-intel-6dcc61ac3c40836a264ede349c8e403ad3cdadc6.tar.gz
gmmlib: upgrade 22.3.7 -> 22.3.12
Added a patches for new DG2 device id support: - 0001-Add-more-DG2-Device-IDs.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib')
-rw-r--r--recipes-graphics/gmmlib/files/0001-Add-more-DG2-Device-IDs.patch30
-rw-r--r--recipes-graphics/gmmlib/gmmlib_22.3.12.bb (renamed from recipes-graphics/gmmlib/gmmlib_22.3.7.bb)3
2 files changed, 32 insertions, 1 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
diff --git a/recipes-graphics/gmmlib/gmmlib_22.3.7.bb b/recipes-graphics/gmmlib/gmmlib_22.3.12.bb
index 318c268f..33ada350 100644
--- a/recipes-graphics/gmmlib/gmmlib_22.3.7.bb
+++ b/recipes-graphics/gmmlib/gmmlib_22.3.12.bb
@@ -8,9 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https;branch=master \ 10 git://github.com/intel/gmmlib.git;protocol=https;branch=master \
11 file://0001-Add-more-DG2-Device-IDs.patch \
11 " 12 "
12 13
13SRCREV = "29da856483658d15afdbf92d4e3db7794fac7470" 14SRCREV = "fa8ac6d3859ea78b721ce08afa6cd50591ad4d68"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17