Searched refs:IS_I915G (Results 1 – 4 of 4) sorted by relevance
633 #define IS_I915G(dev) ((dev)->pci_device == 0x2582 || (dev)->pci_device == 0x258a) macro669 #define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \
1465 #define IS_I915G(dev) (INTEL_INFO(dev)->is_i915g) macro1503 #define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \1528 #define HAS_128_BYTE_Y_TILING(dev) (!IS_GEN2(dev) && !(IS_I915G(dev) || \
1276 if (IS_I915G(dev) || IS_I915GM(dev)) { in intel_setup_mchbar()1296 if (IS_I915G(dev) || IS_I915GM(dev)) { in intel_setup_mchbar()1317 if (IS_I915G(dev) || IS_I915GM(dev)) { in intel_teardown_mchbar()
6769 else if (IS_I915G(dev)) in intel_init_display()