Home
last modified time | relevance | path

Searched refs:IS_GEN5 (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/intel/
Dintel_chipset.h310 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro
541 IS_GEN5(dev) || \
Dintel_decode.c3295 else if (IS_GEN5(devid)) in decode_3d_965()
3307 if (IS_GEN5(devid) || 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()
3595 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()
3836 else if (IS_GEN5(devid)) in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3651 else if (IS_GEN5(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()