Home
last modified time | relevance | path

Searched refs:IS_GEN7 (Results 1 – 15 of 15) sorted by relevance

/external/libdrm/intel/
Dintel_chipset.h232 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \ macro
346 IS_GEN7(dev) || \
Dintel_decode.c3293 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3304 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3307 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3311 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3314 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3410 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()
3411 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()
3629 if (IS_GEN6(devid) || IS_GEN7(devid)) { in decode_3d_965()
3830 else if (IS_GEN7(devid)) in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3665 else if (IS_GEN7(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
3721 IS_GEN7(bufmgr_gem->pci_device)); in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/lib/
Dintel_batchbuffer.c839 else if (IS_GEN7(devid)) in igt_get_render_copyfunc()
868 else if (IS_GEN7(devid)) in igt_get_media_fillfunc()
896 if (IS_GEN7(devid)) in igt_get_gpgpu_fillfunc()
Dintel_chipset.h189 #define IS_GEN7(devid) IS_GEN(devid, 7) macro
Dgpu_cmds.c140 if (IS_GEN7(batch->devid)) in gen7_fill_binding_table()
290 if (IS_GEN7(batch->devid)) in gen7_emit_interface_descriptor_load()
Dinstdone.c435 } else if (IS_GEN7(devid)) { in init_instdone_definitions()
/external/igt-gpu-tools/tools/
Dintel_reg_checker.c350 if (IS_GEN7(devid)) in main()
Dintel_perf_counters.c474 } else if (IS_GEN7(devid)) { in main()
Dintel_error_decode.c374 if (IS_GEN6(devid) || IS_GEN7(devid)) { in print_fence()
Dintel_infoframes.c1120 else if (IS_GEN7(pci_dev->device_id)) in main()
Dintel_display_poller.c1131 (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))) { in main()
Dintel_audio_dump.c2486 } else if (IS_GEN6(devid) || IS_GEN7(devid) in main()
/external/igt-gpu-tools/tests/
Dkms_panel_fitting.c147 if (IS_GEN8(devid) || (IS_GEN7(devid) && !IS_IVYBRIDGE(devid)) || in test_panel_fitting()
Dperf.c845 if (IS_GEN7(devid) || IS_GEN8(devid)) in get_cs_timestamp_frequency()