diff options
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.patch | 30 |
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 @@ | |||
| 1 | From 92d702f885ae7bbfcd5b480c262db805ccc580bf Mon Sep 17 00:00:00 2001 | ||
| 2 | From: John Machado <john.machado@intel.com> | ||
| 3 | Date: Thu, 16 Nov 2023 12:25:16 +0530 | ||
| 4 | Subject: [PATCH] Add more DG2 Device IDs | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://github.com/intel/gmmlib/commit/92d702f885ae7bbfcd5b480c262db805ccc580bf] | ||
| 7 | |||
| 8 | Signed-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 | |||
| 13 | diff --git a/Source/inc/common/igfxfmid.h b/Source/inc/common/igfxfmid.h | ||
| 14 | index 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 | -- | ||
| 29 | 2.40.1 | ||
| 30 | |||
