File: platforms.h

package info (click to toggle)
intel-graphics-compiler 1.0.12504.6-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 83,912 kB
  • sloc: cpp: 910,147; lisp: 202,655; ansic: 15,197; python: 4,025; yacc: 2,241; lex: 1,570; pascal: 244; sh: 104; makefile: 25
file content (40 lines) | stat: -rw-r--r-- 956 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*========================== begin_copyright_notice ============================

Copyright (C) 2021 Intel Corporation

SPDX-License-Identifier: MIT

============================= end_copyright_notice ===========================*/

typedef enum {
    UNKNOWN_ISA = 0,
    BDW =  0x080000,
    SKL =  0x090000,
    KBL =  0x090100,
    CML =  0x090200,
    AML =  0x090200,
    WHL =  0x090200,
    CFL =  0x090200,
    BXT =  0x090300,
    APL =  0x090300,
    GLK =  0x090400,
    ICL =  0x0b0000,
    JSL =  0x0b0200,
    EHL =  0x0b0200,
    DG1 =  0x0c0000,
    RPL_S =  0x0c0000,
    ADL_P =  0x0c0000,
    ADL_S =  0x0c0000,
    RKL =  0x0c0000,
    TGL =  0x0c0000,
    XEHP_SDV =  0x0c0100,
    DG2_G10_A0 =  0x0c0200,
    DG2_G11 =  0x0c0201,
    DG2_G10_B0 =  0x0c0201,
    DG2_G12 =  0x0c0202,
    PVC_XL_A0 =  0x0c0300,
    PVC_XL_B0 =  0x0c0301,
    PVC_XT_A0 =  0x0c0400,
    PVC_XT_B0 =  0x0c0401,
    CONFIG_MAX_PLATFORM,
} PRODUCT_CONFIG;