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

/linux-4.4.14/drivers/char/agp/
H A Dintel-gtt.c91 #define IS_G33 intel_private.driver->is_g33 macro
512 if (IS_G33 || INTEL_GTT_GEN == 4 || INTEL_GTT_GEN == 5) intel_gtt_total_entries()
1068 if (IS_G33 || INTEL_GTT_GEN >= 4) { intel_i9xx_setup_flush()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_stolen.c188 if (INTEL_INFO(dev)->gen <= 4 && !IS_G33(dev) && !IS_G4X(dev)) { i915_stolen_to_physical()
H A Di915_gem_fence.c607 } else if (IS_MOBILE(dev) || (IS_GEN3(dev) && !IS_G33(dev))) { i915_gem_detect_bit_6_swizzle()
H A Dintel_uncore.c1528 else if (IS_G33(dev)) intel_get_gpu_reset()
H A Di915_gem.c2018 if (INTEL_INFO(dev)->gen >= 4 || (!fenced && IS_G33(dev)) || i915_gem_get_gtt_alignment()
5024 else if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) i915_gem_load()
H A Dintel_sdvo.c1306 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { intel_sdvo_pre_enable()
H A Di915_drv.h2463 #define IS_G33(dev) (INTEL_INFO(dev)->is_g33) macro
H A Dintel_display.c6981 else if (IS_G33(dev)) intel_hpll_vco()
7604 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { i9xx_compute_dpll()
8179 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { i9xx_get_pipe_config()
14594 else if (IS_G33(dev) || IS_G4X(dev)) intel_init_display()

Completed in 395 milliseconds