Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_lt_phy.c1519 u32 dco_fmin = DCO_MIN_FREQ_MHZ; in intel_lt_phy_calculate_hdmi_state() local
1581 prop_coeff = (temp0 >= dco_fmin) ? 3 : 4; in intel_lt_phy_calculate_hdmi_state()
1582 int_coeff = (temp0 >= dco_fmin) ? 7 : 8; in intel_lt_phy_calculate_hdmi_state()
1583 ana_cfg = (temp0 >= dco_fmin) ? 8 : 6; in intel_lt_phy_calculate_hdmi_state()
1584 dco_12g = (temp0 >= dco_fmin) ? 0 : 1; in intel_lt_phy_calculate_hdmi_state()