Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Di915_gem_tiling.c125 } else if (IS_MOBILE(dev) || (IS_GEN3(dev) && !IS_G33(dev))) { in i915_gem_detect_bit_6_swizzle()
Di915_suspend.c389 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_modeset_reg()
425 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_modeset_reg()
Di915_dma.c1045 if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { in i915_stolen_to_phys()
1053 if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { in i915_stolen_to_phys()
Di915_drv.h1005 #define IS_G33(dev) (INTEL_INFO(dev)->is_g33) macro
Di915_gem.c1296 if (INTEL_INFO(dev)->gen >= 4 || IS_G33(dev) || in i915_gem_get_unfenced_gtt_alignment()
3999 if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
Di915_irq.c852 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Dintel_sdvo.c1133 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
Dintel_display.c5250 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i9xx_crtc_mode_set()
9003 if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) in intel_init_display()
/linux-3.4.99/drivers/char/agp/
Dintel-gtt.c82 #define IS_G33 intel_private.driver->is_g33 macro
569 if (IS_G33 || INTEL_GTT_GEN == 4 || INTEL_GTT_GEN == 5) in intel_gtt_total_entries()
1109 if (IS_G33 || INTEL_GTT_GEN >= 4) { in intel_i9xx_setup_flush()