Home
last modified time | relevance | path

Searched refs:IS_I915G (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/drm/
HDi915_drv.h633 #define IS_I915G(dev) ((dev)->pci_device == 0x2582 || (dev)->pci_device == 0x258a) macro
669 #define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \
/trueos/sys/dev/drm2/i915/
HDi915_drv.h1465 #define IS_I915G(dev) (INTEL_INFO(dev)->is_i915g) macro
1503 #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) || \
HDi915_dma.c1276 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()
HDintel_display.c6769 else if (IS_I915G(dev)) in intel_init_display()