Searched refs:intel_is_c10phy (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cx0_phy.h | 22 bool intel_is_c10phy(struct drm_i915_private *dev_priv, enum phy phy);
|
H A D | intel_cx0_phy.c | 32 bool intel_is_c10phy(struct drm_i915_private *i915, enum phy phy) in intel_is_c10phy() function 373 if (intel_is_c10phy(i915, phy)) { in intel_cx0_phy_set_signal_levels() 412 if (intel_is_c10phy(i915, phy)) in intel_cx0_phy_set_signal_levels() 1996 if (intel_is_c10phy(i915, phy)) in intel_cx0_phy_check_hdmi_link_rate() 2047 if (intel_is_c10phy(i915, phy)) in intel_cx0pll_calc_state() 2601 if (intel_is_c10phy(i915, intel_port_to_phy(i915, port))) in intel_cx0_program_phy_lane() 2668 if (intel_is_c10phy(i915, intel_port_to_phy(i915, port))) in intel_cx0_program_phy_lane() 2725 if (intel_is_c10phy(i915, phy)) in intel_cx0pll_enable() 2883 bool is_c10 = intel_is_c10phy(i915, phy); in intel_cx0pll_disable() 3023 if (!intel_is_c10phy(i915, phy)) in intel_c10pll_state_verify()
|
H A D | intel_ddi_buf_trans.c | 1699 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && !(intel_is_c10phy(i915, phy))) in mtl_get_cx0_buf_trans() 1701 else if (!intel_is_c10phy(i915, phy)) in mtl_get_cx0_buf_trans()
|
H A D | intel_dpll.c | 1015 if (intel_is_c10phy(i915, phy)) in mtl_crtc_compute_clock()
|
H A D | intel_ddi.c | 3858 } else if (intel_is_c10phy(i915, phy)) { in mtl_ddi_get_config()
|
H A D | intel_dp.c | 436 if (intel_is_c10phy(i915, phy)) in mtl_max_source_rate()
|