Skip to content

Commit aea5bb4

Browse files
committed
TGL device ID addition
Change-Id: I3ecfb56cf72af46185bbd7535a1f7dca88c10e2a
1 parent c01f004 commit aea5bb4

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Source/inc/common/igfxfmid.h

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,16 +1164,20 @@ typedef enum __NATIVEGTTYPE
11641164
#define IICL_LP_1x4x8_LOW_MEDIA_ULX_DEVICE_F0_ID 0x8A58
11651165

11661166
//TGL LP
1167-
#define IGEN12LP_GT1_MOB_DEVICE_F0_ID 0xFF20
1168-
#define ITGL_LP_1x6x16_UNKNOWN_SKU_F0_ID_5 0x9A49 // Remove this once newer enums are merged in OpenCL. Added this to avoid build failure with Linux/OpenCL.
1169-
#define ITGL_LP_1x6x16_ULT_15W_DEVICE_F0_ID 0x9A49 // Mobile - U42 - 15W
1170-
#define ITGL_LP_1x6x16_ULX_5_2W_DEVICE_F0_ID 0x9A40 // Mobile - Y42 - 5.2W
1171-
#define ITGL_LP_1x6x16_ULT_12W_DEVICE_F0_ID 0x9A59 // Mobile - U42 - 12W
1172-
#define ITGL_LP_1x2x16_HALO_45W_DEVICE_F0_ID 0x9A60 // Halo - H81 - 45W
1173-
#define ITGL_LP_1x2x16_DESK_65W_DEVICE_F0_ID 0x9A68 // Desktop - S81 - 35W/65W/95W
1174-
#define ITGL_LP_1x2x16_HALO_WS_45W_DEVICE_F0_ID 0x9A70 // Mobile WS - H81 - 45W
1175-
#define ITGL_LP_1x2x16_DESK_WS_65W_DEVICE_F0_ID 0x9A78 // Desktop WS- S81 - 35W/65W/95W
1176-
#define ITGL_LP_GT0_ULT_DEVICE_F0_ID 0x9A7F // GT0 - No GFX, Display Only
1167+
#define IGEN12LP_GT1_MOB_DEVICE_F0_ID 0xFF20
1168+
#define ITGL_LP_1x6x16_UNKNOWN_SKU_F0_ID_5 0x9A49
1169+
#define ITGL_LP_1x6x16_ULT_15W_DEVICE_F0_ID 0x9A49
1170+
#define ITGL_LP_1x6x16_ULX_5_2W_DEVICE_F0_ID 0x9A40
1171+
#define ITGL_LP_1x6x16_ULT_12W_DEVICE_F0_ID 0x9A59
1172+
#define ITGL_LP_1x2x16_HALO_45W_DEVICE_F0_ID 0x9A60
1173+
#define ITGL_LP_1x2x16_DESK_65W_DEVICE_F0_ID 0x9A68
1174+
#define ITGL_LP_1x2x16_HALO_WS_45W_DEVICE_F0_ID 0x9A70
1175+
#define ITGL_LP_1x2x16_DESK_WS_65W_DEVICE_F0_ID 0x9A78
1176+
#define ITGL_LP_GT0_ULT_DEVICE_F0_ID 0x9A7F
1177+
#define ITGL_LP_1x6x16_ULT_15W_DEVICE_F0_ID2 0x9AC9
1178+
#define ITGL_LP_1x3x16_ULT_15W_DEVICE_F0_ID 0x9AF8
1179+
#define ITGL_LP_1x6x16_ULX_5_2W_DEVICE_F0_ID2 0x9AC0
1180+
#define ITGL_LP_1x6x16_ULT_IOTG_12W_DEVICE_F0_ID 0x9AD9
11771181

11781182
//LKF
11791183
#define ILKF_1x8x8_DESK_DEVICE_F0_ID 0x9840

0 commit comments

Comments
 (0)