Home
last modified time | relevance | path

Searched refs:PHY_C (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy.c144 return phy < PHY_C; in has_phy_misc()
213 return phy == PHY_C; in phy_is_master()
H A Dintel_hdmi.c2813 case PHY_C: in mcc_encoder_to_ddc_pin()
2837 if (INTEL_PCH_TYPE(dev_priv) >= PCH_TGP && phy >= PHY_C) in rkl_encoder_to_ddc_pin()
2838 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in rkl_encoder_to_ddc_pin()
2857 if (INTEL_PCH_TYPE(i915) >= PCH_TGP && phy >= PHY_C) in gen9bc_tgp_encoder_to_ddc_pin()
2858 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in gen9bc_tgp_encoder_to_ddc_pin()
H A Dintel_display.h187 PHY_C, enumerator
H A Dintel_ddi.c1665 (pll->info->id < DPLL_ID_DG1_DPLL2 && phy >= PHY_C) || in dg1_ddi_enable_clock()
1666 (pll->info->id >= DPLL_ID_DG1_DPLL2 && phy < PHY_C))) in dg1_ddi_enable_clock()
1710 if (phy >= PHY_C) in dg1_ddi_get_pll()
H A Dintel_display.c2004 return phy <= PHY_C; in intel_phy_is_combo()
2031 return phy >= PHY_C && phy <= PHY_F; in intel_phy_is_tc()
2056 return PHY_C + port - PORT_TC1; in intel_port_to_phy()
H A Dintel_cx0_phy.c42 if ((IS_LUNARLAKE(i915) || IS_METEORLAKE(i915)) && phy < PHY_C) in intel_encoder_is_c10phy()