Home
last modified time | relevance | path

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

/linux-4.4.14/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_fence.c595 } else if (IS_GEN5(dev)) { in i915_gem_detect_bit_6_swizzle()
Di915_drv.c457 if (IS_GEN5(dev)) { in intel_virt_detect_pch()
506 WARN_ON(!IS_GEN5(dev)); in intel_detect_pch()
Di915_gpu_error.c797 } else if (IS_GEN5(dev) || IS_GEN4(dev)) { in i915_gem_record_fences()
1392 else if (IS_GEN4(dev) || IS_GEN5(dev) || IS_GEN6(dev)) { in i915_get_extra_instdone()
Dintel_ringbuffer.c165 (IS_G4X(dev) || IS_GEN5(dev))) in gen4_render_ring_flush()
2719 } else if (IS_GEN5(dev)) { in intel_init_render_ring_buffer()
2851 if (IS_GEN5(dev)) { in intel_init_bsd_ring_buffer()
Dintel_fbc.c219 if (IS_GEN5(dev_priv)) in ilk_fbc_enable()
Di915_dma.c1085 if (IS_GEN5(dev)) in i915_driver_load()
Dintel_pm.c2451 if (IS_GEN5(dev) && !merged->fbc_wm_enabled && in ilk_wm_merge()
7057 else if (IS_GEN5(dev)) in intel_init_pm()
7072 if ((IS_GEN5(dev) && dev_priv->wm.pri_latency[1] && in intel_init_pm()
7074 (!IS_GEN5(dev) && dev_priv->wm.pri_latency[0] && in intel_init_pm()
7083 if (IS_GEN5(dev)) in intel_init_pm()
Dintel_uncore.c1524 else if (IS_GEN5(dev)) in intel_get_gpu_reset()
Di915_debugfs.c1135 if (IS_GEN5(dev)) { in i915_frequency_info()
1762 if (!IS_GEN5(dev)) in i915_emon_status()
3897 else if (IS_GEN5(dev) || IS_GEN6(dev)) in pipe_crc_set_source()
Dintel_dp.c1952 if (IS_GEN5(dev)) { in edp_panel_on()
1960 if (!IS_GEN5(dev)) in edp_panel_on()
1969 if (IS_GEN5(dev)) { in edp_panel_on()
Di915_irq.c2074 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT) in ilk_display_irq_handler()
3393 if (IS_GEN5(dev)) { in gen5_gt_irq_postinstall()
Di915_drv.h2529 #define IS_GEN5(dev) (INTEL_INFO(dev)->gen == 5) macro
Di915_gem_gtt.c2236 if (IS_GEN5(dev) && IS_MOBILE(dev) && intel_iommu_gfx_mapped) in needs_idle_maps()
Dintel_display.c229 if (IS_GEN5(dev)) { in intel_fdi_link_freq()
14046 if (IS_GEN5(dev) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE)) in has_edp_a()
14578 else if (IS_GEN5(dev)) in intel_init_display()
14621 if (IS_GEN5(dev)) { in intel_init_display()
Di915_gem.c4674 if (IS_GEN5(dev)) in i915_gem_init_swizzling()