Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_stolen.c78 } else if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { in i915_stolen_to_physical()
H A Di915_gem_gtt.c735 if (IS_G33(dev)) in i915_setup_scratch_page()
985 (IS_G33(dev) || IS_I945GM(dev)) ? 2 : 1); /* OSOL_i915 */ in intel_gtt_mappable_entries()
1072 if (IS_G33(dev) || INTEL_INFO(dev)->gen == 4 || INTEL_INFO(dev)->gen == 5) in intel_gtt_total_entries()
H A Di915_gem_tiling.c131 } else if (IS_MOBILE(dev) || (IS_GEN3(dev) && !IS_G33(dev))) { in i915_gem_detect_bit_6_swizzle()
H A Di915_ums.c242 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_display_reg()
310 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_display_reg()
H A Di915_gem.c1207 if (INTEL_INFO(dev)->gen >= 4 || (!fenced && IS_G33(dev)) || in i915_gem_get_gtt_alignment()
3306 if (IS_G33(dev)) in i915_gem_alloc_object()
3779 else if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
H A Di915_drv.h1452 #define IS_G33(dev) (INTEL_INFO(dev)->is_g33) macro
H A Dintel_sdvo.c1261 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
H A Dintel_display.c4548 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_update_pll()
5010 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_get_pipe_config()
9366 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) in intel_init_display()
H A Di915_irq.c1649 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()