Searched refs:intel_phy_is_combo (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_combo_phy.c | 13 for_each_if(intel_phy_is_combo(__dev_priv, __phy)) 17 for_each_if(intel_phy_is_combo(__dev_priv, __phy))
|
D | intel_ddi_buf_trans.c | 1617 if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init() 1628 if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init() 1637 else if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init()
|
D | intel_display.h | 596 bool intel_phy_is_combo(struct drm_i915_private *dev_priv, enum phy phy);
|
D | intel_hdmi.c | 1864 if (intel_phy_is_combo(dev_priv, phy) && clock > 500000 && clock < 533200) in hdmi_port_clock_valid() 2731 if (intel_phy_is_combo(dev_priv, phy)) in icl_port_to_ddc_pin()
|
D | intel_ddi.c | 2190 if (intel_phy_is_combo(i915, phy)) { in intel_ddi_power_up_lanes() 4413 if (intel_phy_is_combo(dev_priv, phy)) in intel_ddi_init() 4418 if (intel_phy_is_combo(dev_priv, phy)) in intel_ddi_init()
|
D | intel_dpll_mgr.c | 3370 if (intel_phy_is_combo(dev_priv, phy)) in icl_compute_dplls() 3387 if (intel_phy_is_combo(dev_priv, phy)) in icl_get_dplls()
|
D | intel_dp.c | 409 if (intel_phy_is_combo(dev_priv, phy) && !intel_dp_is_edp(intel_dp)) in icl_max_source_rate()
|
D | intel_display.c | 2086 bool intel_phy_is_combo(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_combo() function
|