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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_dma.c954 if (IS_G4X(dev) || IS_IGDNG(dev) || IS_GM45(dev))
956 if (IS_G4X(dev) || IS_IGDNG(dev))
H A Di915_irq.c316 if (IS_G4X(dev)) {
998 if (IS_G4X(dev)) {
H A Di915_drv.h1812 #define IS_G4X(dev) ((dev)->pci_device == PCI_DEVICE_ID_INTEL_EL_IG || \ macro
1834 #define I915_NEED_GFX_HWS(dev) (IS_G33(dev) || IS_GM45(dev) || IS_G4X(dev) || \

Completed in 72 milliseconds