Home
last modified time | relevance | path

Searched refs:IS_GEN5 (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fifo_underrun.c245 else if (IS_GEN5(dev) || IS_GEN6(dev)) in __intel_set_cpu_fifo_underrun_reporting()
Di915_gem_tiling.c133 } else if (IS_GEN5(dev)) { in i915_gem_detect_bit_6_swizzle()
Dintel_fbc.c211 if (IS_GEN5(dev)) in ilk_fbc_enable()
Di915_gpu_error.c786 } else if (IS_GEN5(dev) || IS_GEN4(dev)) in i915_gem_record_fences()
1377 else if (IS_GEN4(dev) || IS_GEN5(dev) || IS_GEN6(dev)) { in i915_get_extra_instdone()
Di915_drv.h2343 #define IS_GEN5(dev) (INTEL_INFO(dev)->gen == 5) macro
2388 #define SUPPORTS_INTEGRATED_HDMI(dev) (IS_G4X(dev) || IS_GEN5(dev))
2389 #define SUPPORTS_INTEGRATED_DP(dev) (IS_G4X(dev) || IS_GEN5(dev))
Dintel_ringbuffer.c163 (IS_G4X(dev) || IS_GEN5(dev))) in gen4_render_ring_flush()
2563 } else if (IS_GEN5(dev)) { in intel_init_render_ring_buffer()
2695 if (IS_GEN5(dev)) { in intel_init_bsd_ring_buffer()
Di915_dma.c971 if (IS_GEN5(dev)) in i915_driver_load()
Dintel_pm.c2235 if (IS_GEN5(dev) && !merged->fbc_wm_enabled && intel_fbc_enabled(dev)) { in ilk_wm_merge()
6540 else if (IS_GEN5(dev)) in intel_init_pm()
6553 if ((IS_GEN5(dev) && dev_priv->wm.pri_latency[1] && in intel_init_pm()
6555 (!IS_GEN5(dev) && dev_priv->wm.pri_latency[0] && in intel_init_pm()
6564 if (IS_GEN5(dev)) in intel_init_pm()
Di915_drv.c466 WARN_ON(!IS_GEN5(dev)); in intel_detect_pch()
Dintel_uncore.c1424 else if (IS_GEN5(dev)) in intel_gpu_reset()
Di915_debugfs.c1082 if (IS_GEN5(dev)) { in i915_frequency_info()
1696 if (!IS_GEN5(dev)) in i915_emon_status()
3622 else if (IS_GEN5(dev) || IS_GEN6(dev)) in pipe_crc_set_source()
Dintel_dp.c1876 if (IS_GEN5(dev)) { in edp_panel_on()
1884 if (!IS_GEN5(dev)) in edp_panel_on()
1893 if (IS_GEN5(dev)) { in edp_panel_on()
Di915_irq.c2047 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT) in ilk_display_irq_handler()
3206 if (IS_GEN5(dev)) { in gen5_gt_irq_postinstall()
Di915_gem_gtt.c1569 if (IS_GEN5(dev) && IS_MOBILE(dev) && intel_iommu_gfx_mapped) in needs_idle_maps()
Di915_gem.c4669 if (IS_GEN5(dev)) in i915_gem_init_swizzling()
Dintel_display.c143 if (IS_GEN5(dev)) { in intel_fdi_link_freq()
13019 if (IS_GEN5(dev) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE)) in has_edp_a()
13524 if (IS_GEN5(dev)) { in intel_init_display()