Skip to content

Commit 5c9a0c4

Browse files
committed
Adding JSL Device IDs
Change-Id: Ib9b1de09bcf912df5824f30636fad2bfbdbb6c55
1 parent bda1dcf commit 5c9a0c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Source/inc/common/igfxfmid.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ typedef enum {
6363
IGFX_ICELAKE,
6464
IGFX_ICELAKE_LP,
6565
IGFX_LAKEFIELD,
66-
IGFX_ELKHARTLAKE,
66+
IGFX_JASPERLAKE,
67+
IGFX_ELKHARTLAKE =IGFX_JASPERLAKE,
6768
IGFX_TIGERLAKE_LP,
6869
IGFX_MAX_PRODUCT,
6970

@@ -1177,6 +1178,9 @@ typedef enum __NATIVEGTTYPE
11771178
#define ILKF_1x6x8_DESK_DEVICE_F0_ID 0x9841
11781179
#define ILKF_1x4x8_DESK_DEVICE_F0_ID 0x9842
11791180

1181+
//JSL
1182+
#define IJSL_1x4x8_DEVICE_A0_ID 0x4500
1183+
11801184
//EHL
11811185
#define IEHL_1x4x8_SUPERSKU_DEVICE_A0_ID 0x4500
11821186
#define IEHL_1x2x4_DEVICE_A0_ID 0x4541

0 commit comments

Comments
 (0)