Home
last modified time | relevance | path

Searched refs:IS_SKYLAKE (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_ddi.c205 if (IS_SKYLAKE(dev)) { in intel_prepare_ddi_buffers()
1228 if (IS_SKYLAKE(dev)) in intel_ddi_pll_select()
1536 if (IS_SKYLAKE(dev)) { in intel_ddi_pre_enable()
1624 if (IS_SKYLAKE(dev)) in intel_ddi_post_disable()
1781 if (IS_SKYLAKE(dev)) in intel_ddi_get_cdclk_freq()
1971 if (IS_SKYLAKE(dev)) in intel_ddi_pll_init()
1979 if (IS_SKYLAKE(dev)) { in intel_ddi_pll_init()
Di915_drv.c489 WARN_ON(!IS_SKYLAKE(dev)); in intel_detect_pch()
493 WARN_ON(!IS_SKYLAKE(dev)); in intel_detect_pch()
Di915_dma.c660 } else if (IS_SKYLAKE(dev)) { in intel_device_info_runtime_init()
Dintel_runtime_pm.c1342 } else if (IS_SKYLAKE(dev_priv->dev)) { in intel_power_domains_init()
Di915_debugfs.c1187 max_freq *= (IS_SKYLAKE(dev) ? GEN9_FREQ_SCALER : 1); in i915_frequency_info()
1192 max_freq *= (IS_SKYLAKE(dev) ? GEN9_FREQ_SCALER : 1); in i915_frequency_info()
1197 max_freq *= (IS_SKYLAKE(dev) ? GEN9_FREQ_SCALER : 1); in i915_frequency_info()
4532 } else if (IS_SKYLAKE(dev)) { in i915_sseu_status()
Di915_drv.h2309 #define IS_SKYLAKE(dev) (INTEL_INFO(dev)->is_skylake) macro
2403 IS_SKYLAKE(dev))
Dintel_ringbuffer.c929 if (IS_SKYLAKE(dev) && INTEL_REVID(dev) <= SKL_REVID_B0) { in gen9_init_workarounds()
1047 if (IS_SKYLAKE(dev)) in init_workarounds_ring()
Dintel_dp.c1156 if (IS_SKYLAKE(dev) && INTEL_REVID(dev) <= SKL_REVID_B0) in intel_dp_source_supports_hbr2()
1475 if (IS_SKYLAKE(dev) && is_edp(intel_dp)) in intel_dp_compute_config()
Dintel_display.c4669 if (IS_SKYLAKE(dev)) in haswell_crtc_enable()
4832 if (IS_SKYLAKE(dev)) in haswell_crtc_disable()
8544 if (IS_SKYLAKE(dev)) in haswell_get_ddi_port_state()
8624 if (IS_SKYLAKE(dev)) in haswell_get_pipe_config()
13066 (IS_SKYLAKE(dev) && INTEL_REVID(dev) < SKL_REVID_D0)) in intel_setup_outputs()
Dintel_pm.c4221 if (IS_SKYLAKE(dev)) { in gen6_init_rps_frequencies()