Home
last modified time | relevance | path

Searched refs:IS_GEN6 (Results 1 – 3 of 3) 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.h312 #define IS_GEN6(devid) ((devid) == PCI_CHIP_SANDYBRIDGE_GT1 || \ macro
542 IS_GEN6(dev) || \
Dintel_bufmgr_gem.c3653 else if (IS_GEN6(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
3714 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) | in drm_intel_bufmgr_gem_init()