Searched refs:intel_phy_is_combo (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_combo_phy.c | 14 for_each_if(intel_phy_is_combo(__dev_priv, __phy)) 18 for_each_if(intel_phy_is_combo(__dev_priv, __phy))
|
D | intel_ddi_buf_trans.c | 1717 if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init() 1728 if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init() 1737 else if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init()
|
D | intel_display.h | 449 bool intel_phy_is_combo(struct drm_i915_private *dev_priv, enum phy phy);
|
D | intel_hdmi.c | 1857 if (intel_phy_is_combo(dev_priv, phy) && clock > 500000 && clock < 533200) in hdmi_port_clock_valid() 2775 if (intel_phy_is_combo(dev_priv, phy)) in icl_port_to_ddc_pin()
|
D | intel_ddi.c | 2257 if (intel_phy_is_combo(i915, phy)) { in intel_ddi_power_up_lanes() 4928 if (intel_phy_is_combo(dev_priv, phy)) in intel_ddi_init() 4933 if (intel_phy_is_combo(dev_priv, phy)) in intel_ddi_init()
|
D | intel_dpll_mgr.c | 3343 if (intel_phy_is_combo(dev_priv, phy)) in icl_compute_dplls() 3360 if (intel_phy_is_combo(dev_priv, phy)) in icl_get_dplls()
|
D | intel_dp.c | 412 if (intel_phy_is_combo(dev_priv, phy) && !intel_dp_is_edp(intel_dp)) in icl_max_source_rate()
|
D | intel_display.c | 1744 bool intel_phy_is_combo(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_combo() function
|