Home
last modified time | relevance | path

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

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