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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.c521 if (IS_MOBILE(dev) && !IS_I830(dev))
523 if (!IS_I830(dev) && !IS_845G(dev))
641 if (IS_MOBILE(dev) && !IS_I830(dev))
643 if (!IS_I830(dev) && !IS_845G(dev))
H A Di915_drv.h1777 #define IS_I830(dev) ((dev)->pci_device == PCI_DEVICE_ID_INTEL_82830_CGC) macro
1826 #define IS_MOBILE(dev) (IS_I830(dev) || IS_I85X(dev) || IS_I915GM(dev) || \
H A Di915_dma.c537 if (IS_I830(dev) || IS_845G(dev)) {
H A Di915_gem.c1936 if (IS_I830(dev) || IS_845G(dev)) {

Completed in 35 milliseconds