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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_suspend.c229 if (IS_MOBILE(dev) && !IS_I830(dev))
235 if (!IS_I830(dev) && !IS_845G(dev) && !HAS_PCH_SPLIT(dev))
290 else if (INTEL_INFO(dev)->gen <= 4 && IS_MOBILE(dev) && !IS_I830(dev))
293 if (!IS_I830(dev) && !IS_845G(dev) && !HAS_PCH_SPLIT(dev))
H A Dintel_i2c.c95 if (!IS_I830(dev) && !IS_845G(dev))
566 if (IS_I830(dev))
H A Dintel_overlay.c250 WARN_ON(IS_I830(dev) && !(dev_priv->quirks & QUIRK_PIPEA_FORCE));
349 if (IS_I830(dev)) {
901 if (IS_845G(dev) || IS_I830(dev)) {
953 if (IS_I830(dev) || IS_845G(dev))
1011 if (IS_I830(dev))
H A Dintel_ringbuffer.c1352 if (IS_I830(ring->dev) || IS_845G(ring->dev))
1832 else if (IS_I830(dev) || IS_845G(dev))
1899 else if (IS_I830(dev) || IS_845G(dev))
1912 if (IS_I830(ring->dev) || IS_845G(ring->dev))
H A Dintel_crt.c771 if (IS_I830(dev))
H A Di915_drv.h1431 #define IS_I830(dev) ((dev)->pci_device == 0x3577) macro
1488 #define HAS_BROKEN_CS_TLB(dev) (IS_I830(dev) || IS_845G(dev))
H A Dintel_lvds.c870 if (INTEL_INFO(dev)->gen <= 4 && IS_MOBILE(dev) && !IS_I830(dev))
H A Di915_drv.c651 if (IS_I830(dev) || IS_845G(dev)) {
H A Di915_dma.c505 if (!IS_I830(dev) && !IS_845G(dev)) {
H A Dintel_display.c1328 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
6614 int align = IS_I830(dev) ? 16 * 1024 : 256;

Completed in 79 milliseconds