Home
last modified time | relevance | path

Searched refs:IS_GEN6 (Results 1 – 14 of 14) sorted by relevance

/external/libdrm/intel/
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()
3383 if (IS_GEN6(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()
3595 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()
3619 if (IS_GEN6(devid)) in decode_3d_965()
[all …]
Dintel_chipset.h224 #define IS_GEN6(devid) ((devid) == PCI_CHIP_SANDYBRIDGE_GT1 || \ macro
345 IS_GEN6(dev) || \
Dintel_bufmgr_gem.c3663 else if (IS_GEN6(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
3720 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) | in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/tools/
Dintel_reg_checker.c352 else if (IS_GEN6(devid)) in main()
Dintel_perf_counters.c469 } else if (IS_GEN6(devid)) { in main()
Dintel_panel_fitter.c293 else if (IS_GEN6(devid)) in main()
Dintel_reg_decode.c258 IS_GEN6(devid) || IS_GEN5(devid)) { in DEBUGSTRING()
280 if (IS_IVYBRIDGE(devid) || IS_GEN6(devid) || IS_GEN5(devid)) { in DEBUGSTRING()
1929 if (IS_GEN5(devid) || IS_GEN6(devid)) { in DEBUGSTRING()
1951 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid)) { in DEBUGSTRING()
1969 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid)) { in DEBUGSTRING()
2640 return IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid); in is_gen56ivb()
Dintel_display_poller.c1131 (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))) { in main()
1133 (IS_GEN5(devid) || IS_GEN6(devid))) in main()
Dintel_error_decode.c374 if (IS_GEN6(devid) || IS_GEN7(devid)) { in print_fence()
Dintel_infoframes.c1118 else if (IS_GEN6(pci_dev->device_id)) in main()
Dintel_audio_dump.c2486 } else if (IS_GEN6(devid) || IS_GEN7(devid) in main()
/external/igt-gpu-tools/lib/
Dintel_chipset.h188 #define IS_GEN6(devid) IS_GEN(devid, 6) macro
Dinstdone.c437 } else if (IS_GEN6(devid)) { in init_instdone_definitions()
Dintel_batchbuffer.c837 else if (IS_GEN6(devid)) in igt_get_render_copyfunc()