Home
last modified time | relevance | path

Searched refs:IS_GEN4 (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/intel/
Dintel_chipset.h214 #define IS_GEN4(devid) ((devid) == PCI_CHIP_I965_G || \ macro
342 IS_GEN4(dev) || \
Dintel_decode.c3836 else if (IS_GEN4(devid)) in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3648 else if (IS_GEN4(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/tools/
Dintel_gtt.c171 if (IS_GEN4(devid)) in main()
Dintel_reg_decode.c90 if (IS_GEN4(devid)) { in DEBUGSTRING()
228 } else if (IS_GEN4(devid) || IS_VALLEYVIEW(devid) || in DEBUGSTRING()
737 if (IS_GEN4(devid) || (IS_915(devid) && reg >= FENCE_NEW)) in DEBUGSTRING()
758 if (!IS_GEN4(devid) && !IS_GEN5(devid)) in DEBUGSTRING()
769 if (!IS_GEN4(devid)) in DEBUGSTRING()
2645 return IS_GEN4(devid) || IS_GEN5(devid); in is_gen45()
2655 return IS_GEN2(devid) || IS_GEN3(devid) || IS_GEN4(devid); in is_gen234()
Dintel_error_decode.c376 } else if (IS_GEN4(devid) || IS_GEN5(devid)) { in print_fence()
Dintel_infoframes.c1114 if (IS_GEN4(pci_dev->device_id)) in main()
Dintel_display_poller.c1076 (IS_GEN4(devid) && !IS_G4X(devid))) { in main()
Dintel_watermark.c1240 } else if (IS_GEN4(devid)) { in main()
/external/igt-gpu-tools/lib/
Dintel_chipset.h186 #define IS_GEN4(devid) IS_GEN(devid, 4) macro
Dinstdone.c539 } else if (IS_GEN4(devid)) { in init_instdone_definitions()
Dintel_batchbuffer.c835 else if (IS_GEN4(devid) || IS_GEN5(devid)) in igt_get_render_copyfunc()