Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/agp/
Dintel-gtt.c91 #define IS_G33 intel_private.driver->is_g33 macro
512 if (IS_G33 || INTEL_GTT_GEN == 4 || INTEL_GTT_GEN == 5) in intel_gtt_total_entries()
1068 if (IS_G33 || INTEL_GTT_GEN >= 4) { in intel_i9xx_setup_flush()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_tiling.c145 } else if (IS_MOBILE(dev) || (IS_GEN3(dev) && !IS_G33(dev))) { in i915_gem_detect_bit_6_swizzle()
Di915_gem_stolen.c78 if (INTEL_INFO(dev)->gen <= 4 && !IS_G33(dev) && !IS_G4X(dev)) { in i915_stolen_to_physical()
Dintel_uncore.c1428 else if (IS_G33(dev)) in intel_gpu_reset()
Di915_gpu_error.c782 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Di915_gem.c1807 if (INTEL_INFO(dev)->gen >= 4 || (!fenced && IS_G33(dev)) || in i915_gem_get_gtt_alignment()
4982 else if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
Di915_drv.h2299 #define IS_G33(dev) (INTEL_INFO(dev)->is_g33) macro
Dintel_sdvo.c1290 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_pre_enable()
Dintel_display.c6496 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_update_pll()
7088 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_get_pipe_config()
13499 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) in intel_init_display()