Skip to content

Commit afc4d65

Browse files
committed
Revert "TGL device ID addition"
This reverts commit aea5bb4. Change-Id: I3607796284d3fce49367dcf917d92874c4cf496c
1 parent aea5bb4 commit afc4d65

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

Source/inc/common/igfxfmid.h

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,20 +1164,16 @@ 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
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
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
11811177

11821178
//LKF
11831179
#define ILKF_1x8x8_DESK_DEVICE_F0_ID 0x9840

0 commit comments

Comments
 (0)