Home
last modified time | relevance | path

Searched refs:IS_GEN8 (Results 1 – 8 of 8) sorted by relevance

/external/libdrm/intel/
Dintel_chipset.h327 #define IS_GEN8(devid) (IS_BROADWELL(devid) || \ macro
347 IS_GEN8(dev) || \
Dintel_decode.c3828 else if (IS_GEN8(devid)) in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3667 else if (IS_GEN8(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/lib/
Dintel_batchbuffer.c841 else if (IS_GEN8(devid)) in igt_get_render_copyfunc()
866 else if (IS_GEN8(devid)) in igt_get_media_fillfunc()
923 else if (IS_GEN8(devid)) in igt_get_media_spinfunc()
Dintel_chipset.h190 #define IS_GEN8(devid) IS_GEN(devid, 8) 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.c147 if (IS_GEN8(devid) || (IS_GEN7(devid) && !IS_IVYBRIDGE(devid)) || in test_panel_fitting()
Dperf.c438 } else if (IS_GEN8(devid)) { in oa_report_ctx_is_valid()
845 if (IS_GEN7(devid) || IS_GEN8(devid)) in get_cs_timestamp_frequency()