Home
last modified time | relevance | path

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

/external/libdrm/intel/
Dintel_decode.c3297 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3308 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3311 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3315 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3318 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3414 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()
3415 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()
3633 if (IS_GEN6(devid) || IS_GEN7(devid)) { in decode_3d_965()
3834 else if (IS_GEN7(devid)) in drm_intel_decode_context_alloc()
Dintel_chipset.h285 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \ macro
464 IS_GEN7(dev) || \
Dintel_bufmgr_gem.c3678 else if (IS_GEN7(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
3736 IS_GEN7(bufmgr_gem->pci_device)); in drm_intel_bufmgr_gem_init()
/external/drm_gralloc/
Dgralloc_drm_intel.c459 if (IS_GEN7(id)) in gen_init()