HomeSort by relevance Sort by last modified time
    Searched refs:IS_945 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_chipset.h 52 #define IS_945(devid) (devid == PCI_CHIP_I945_G || \
64 IS_945(devid))
intel_context.c 439 intel->is_945 = IS_945(devID);
  /external/libdrm/intel/
intel_chipset.h 251 #define IS_945(devid) ((devid) == PCI_CHIP_I945_G || \
265 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid))

Completed in 211 milliseconds