Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_debugfs.c504 if (IS_GEN6(dev) || IS_GEN7(dev)) { in i915_interrupt_info()
944 } else if (IS_GEN6(dev) || IS_GEN7(dev)) { in i915_cur_delayinfo()
1239 if (IS_GEN6(dev) || IS_GEN7(dev)) in i915_drpc_info()
1351 if (!(IS_GEN6(dev) || IS_GEN7(dev))) { in i915_ring_freq_table()
1571 } else if (IS_GEN6(dev) || IS_GEN7(dev)) { in i915_swizzle_info()
1808 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_max_freq_get()
1828 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_max_freq_set()
1859 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_min_freq_get()
1879 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_min_freq_set()
1911 if (!(IS_GEN6(dev) || IS_GEN7(dev))) in i915_cache_sharing_get()
[all …]
Di915_gem_context.c328 if (IS_GEN7(ring->dev)) in mi_set_context()
343 if (IS_GEN7(ring->dev)) in mi_set_context()
Dintel_dp.c352 else if (IS_GEN6(dev) || IS_GEN7(dev)) in intel_dp_aux_ch()
859 if (is_cpu_edp(intel_dp) && IS_GEN7(dev) && !IS_VALLEYVIEW(dev)) { in intel_dp_mode_set()
1300 if (is_cpu_edp(intel_dp) && IS_GEN7(dev) && !IS_VALLEYVIEW(dev)) { in intel_dp_get_hw_state()
1455 if (IS_GEN7(dev) && is_cpu_edp(intel_dp)) in intel_dp_voltage_max()
1480 } else if (IS_GEN7(dev) && is_cpu_edp(intel_dp) && !IS_VALLEYVIEW(dev)) { in intel_dp_pre_emphasis_max()
1679 } else if (IS_GEN7(dev) && is_cpu_edp(intel_dp) && !IS_VALLEYVIEW(dev)) { in intel_dp_set_signal_levels()
1733 (IS_GEN7(dev) || !is_cpu_edp(intel_dp))) { in intel_dp_set_link_train()
2013 if (HAS_PCH_CPT(dev) && (IS_GEN7(dev) || !is_cpu_edp(intel_dp))) { in intel_dp_link_down()
Dintel_ringbuffer.c527 if (IS_GEN7(dev)) in init_render_ring()
891 if (IS_GEN7(dev)) { in intel_ring_setup_status_page()
1814 if (IS_GEN6(dev) || IS_GEN7(dev)) { in intel_init_bsd_ring_buffer()
Di915_gem_execbuffer.c815 if (!IS_GEN7(dev) || ring != &dev_priv->ring[RCS]) in i915_reset_gen7_sol_offsets()
Di915_drv.h1340 #define IS_GEN7(dev) (INTEL_INFO(dev)->gen == 7) macro
Di915_gem.c3933 else if (IS_GEN7(dev)) in i915_gem_init_swizzling()
Dintel_pm.c3500 } else if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) { in intel_enable_gt_powersave()