Searched refs:IS_I965GM (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.c505 if (IS_I965GM(dev) || IS_GM45(dev)) {
694 if (IS_I965GM(dev))
698 if (IS_I965GM(dev))
H A Di915_irq.c599 if (IS_I965GM(dev) || IS_IGDNG(dev) || IS_GM45(dev))
601 if (IS_I965GM(dev) || IS_IGDNG(dev))
H A Di915_drv.h1808 #define IS_I965GM(dev) ((dev)->pci_device == PCI_DEVICE_ID_INTEL_GM965_IG) macro
1827 IS_I945GM(dev) || IS_I965GM(dev) || IS_GM45(dev) || \

Completed in 74 milliseconds