Searched refs:IS_G33 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_stolen.c73 } else if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) {
H A Di915_gem_tiling.c130 } else if (IS_MOBILE(dev) || (IS_GEN3(dev) && !IS_G33(dev))) {
H A Di915_suspend.c391 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
433 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
H A Di915_drv.h1171 #define IS_G33(dev) (INTEL_INFO(dev)->is_g33) macro
H A Di915_gem.c1737 if (INTEL_INFO(dev)->gen >= 4 || IS_G33(dev) ||
4465 if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
H A Di915_irq.c1070 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
H A Dintel_sdvo.c1180 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) {
H A Dintel_display.c4483 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
8750 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))

Completed in 216 milliseconds