Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/agp/
Dintel-gtt.c83 #define IS_G33 intel_private.driver->is_g33 macro
570 if (IS_G33 || INTEL_GTT_GEN == 4 || INTEL_GTT_GEN == 5) in intel_gtt_total_entries()
1103 if (IS_G33 || INTEL_GTT_GEN >= 4) { in intel_i9xx_setup_flush()
/linux-2.6.39/drivers/gpu/drm/i915/
Di915_suspend.c383 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_modeset_reg()
418 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_modeset_reg()
Di915_dma.c1040 if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { in i915_stolen_to_phys()
1048 if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { in i915_stolen_to_phys()
Di915_gem.c1446 if (INTEL_INFO(dev)->gen >= 4 || IS_G33(dev) || in i915_gem_get_unfenced_gtt_alignment()
3842 if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
3859 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
Di915_drv.h915 #define IS_G33(dev) (INTEL_INFO(dev)->is_g33) macro
Di915_irq.c708 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Dintel_sdvo.c1092 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
Dintel_display.c4825 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in intel_crtc_mode_set()
7250 if (IS_I945G(dev) || (IS_G33(dev) && ! IS_PINEVIEW_M(dev))) in intel_init_display()