Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_chipset.h248 #define IS_GEN2(devid) (devid == PCI_CHIP_I830_M || \ macro
/external/libdrm/intel/
Dintel_chipset.h230 #define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \ macro
Dintel_decode.c1355 if (!IS_GEN2(devid)) { in decode_3d_1d()
2031 if (IS_GEN2(devid)) in decode_3d_1d()
2256 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()
3847 assert(IS_GEN2(devid)); in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3356 if (IS_GEN2(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()