Home
last modified time | relevance | path

Searched refs:IS_GEMINILAKE (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Dintel_chipset.h174 #define IS_GEMINILAKE(devid) (intel_get_device_info(devid)->is_geminilake) macro
/external/igt-gpu-tools/tools/
Dintel_watermark.c132 else if (IS_GEN10(d) || IS_GEMINILAKE(d)) in skl_num_planes()
144 else if (IS_GEN10(d) || IS_GEMINILAKE(d) || IS_BROXTON(d)) in skl_max_planes()
/external/igt-gpu-tools/tests/
Dperf.c849 if (IS_BROXTON(devid) || IS_GEMINILAKE(devid)) in get_cs_timestamp_frequency()
930 } else if (IS_GEMINILAKE(devid)) { in init_sys_info()