Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_chipset.h52 #define IS_945(devid) (devid == PCI_CHIP_I945_G || \ macro
64 IS_945(devid))
Dintel_context.c444 intel->is_945 = IS_945(devID); in intelInitContext()
/third_party/libdrm/intel/
Dintel_chipset.h198 #define IS_945(devid) ((devid) == PCI_CHIP_I945_G || \ macro
212 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid))