Searched refs:IS_GM45 (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h1810 #define IS_GM45(dev) ((dev)->pci_device == PCI_DEVICE_ID_INTEL_CANTIGA_IG) macro
1827 IS_I945GM(dev) || IS_I965GM(dev) || IS_GM45(dev) || \
1834 #define I915_NEED_GFX_HWS(dev) (IS_G33(dev) || IS_GM45(dev) || IS_G4X(dev) || \
H A Di915_irq.c574 if (IS_GM45(dev)) {
599 if (IS_I965GM(dev) || IS_IGDNG(dev) || IS_GM45(dev))
H A Di915_dma.c954 if (IS_G4X(dev) || IS_IGDNG(dev) || IS_GM45(dev))
H A Di915_drv.c501 if (IS_I965GM(dev) || IS_GM45(dev)) {

Completed in 139 milliseconds