Searched refs:intel_phy_is_combo (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/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 | 1636 if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init() 1647 if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init() 1656 else if (intel_phy_is_combo(i915, phy)) in intel_ddi_buf_trans_init()
|
D | intel_display.h | 586 bool intel_phy_is_combo(struct drm_i915_private *dev_priv, enum phy phy);
|
D | intel_hdmi.c | 1863 if (intel_phy_is_combo(dev_priv, phy) && clock > 500000 && clock < 533200) in hdmi_port_clock_valid() 2721 if (intel_phy_is_combo(dev_priv, phy)) in icl_port_to_ddc_pin()
|
D | intel_ddi.c | 2213 if (intel_phy_is_combo(i915, phy)) { in intel_ddi_power_up_lanes() 4434 if (intel_phy_is_combo(dev_priv, phy)) in intel_ddi_init() 4439 if (intel_phy_is_combo(dev_priv, phy)) in intel_ddi_init()
|
D | intel_dp.c | 406 if (intel_phy_is_combo(dev_priv, phy) && in icl_max_source_rate() 431 if (intel_phy_is_combo(i915, phy) && is_low_voltage_sku(i915, phy)) in dg1_max_source_rate()
|
D | intel_dpll_mgr.c | 3273 if (intel_phy_is_combo(dev_priv, phy)) in icl_get_dplls()
|
D | intel_display.c | 2082 bool intel_phy_is_combo(struct drm_i915_private *dev_priv, enum phy phy) in intel_phy_is_combo() function
|