Home
last modified time | relevance | path

Searched refs:IS_GEN9 (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/lib/
Dintel_batchbuffer.c843 else if (IS_GEN9(devid) || IS_GEN10(devid)) in igt_get_render_copyfunc()
864 if (IS_GEN9(devid) || IS_GEN10(devid) || IS_GEN11(devid)) in igt_get_media_fillfunc()
900 else if (IS_GEN9(devid) || IS_GEN10(devid)) in igt_get_gpgpu_fillfunc()
921 if (IS_GEN9(devid)) in igt_get_media_spinfunc()
Dintel_chipset.h191 #define IS_GEN9(devid) IS_GEN(devid, 9) macro
Dinstdone.c433 } else if (IS_GEN8(devid) || IS_GEN9(devid) || IS_GEN10(devid)) { in init_instdone_definitions()
/external/igt-gpu-tools/tests/
Dkms_panel_fitting.c148 (IS_GEN9(devid) && pipe == PIPE_C)) in test_panel_fitting()
/external/libdrm/intel/
Dintel_chipset.h337 #define IS_GEN9(devid) intel_is_genx(devid, 9) macro
/external/igt-gpu-tools/tools/
Dintel_audio_dump.c2202 if (IS_GEN9(devid)) in dump_hsw_plus()
2234 if (IS_GEN9(devid)) { in dump_hsw_plus()
2333 if (IS_GEN9(devid)) in dump_hsw_plus()
2483 } else if (IS_GEN9(devid) in main()
Dintel_reg_decode.c200 IS_BROADWELL(devid) || IS_GEN9(devid))) in DEBUGSTRING()