Skip to content

Commit 6ca7247

Browse files
ViacheslavRbigcbot
authored andcommitted
Adding platforms.h
Adding platforms.h to driver repo.
1 parent 6a3d953 commit 6ca7247

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

inc/common/platforms.h

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
typedef enum {
3+
UNKNOWN_ISA = 0,
4+
BDW = 0x080000,
5+
SKL = 0x090000,
6+
KBL = 0x090100,
7+
CML = 0x090200,
8+
AML = 0x090200,
9+
WHL = 0x090200,
10+
CFL = 0x090200,
11+
BXT = 0x090300,
12+
APL = 0x090300,
13+
GLK = 0x090400,
14+
ICL = 0x0b0000,
15+
JSL = 0x0b0200,
16+
EHL = 0x0b0200,
17+
DG1 = 0x0c0000,
18+
RPL_S = 0x0c0000,
19+
ADL_P = 0x0c0000,
20+
ADL_S = 0x0c0000,
21+
RKL = 0x0c0000,
22+
TGL = 0x0c0000,
23+
XEHP_SDV = 0x0c0100,
24+
DG2_G10_A0 = 0x0c0200,
25+
DG2_G11 = 0x0c0201,
26+
DG2_G10_B0 = 0x0c0201,
27+
DG2_G12 = 0x0c0202,
28+
PVC_XT_A0 = 0x0c0400,
29+
PVC_XT_B0 = 0x0c0401,
30+
CONFIG_MAX_PLATFORM,
31+
} PRODUCT_CONFIG;

0 commit comments

Comments
 (0)