Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_lt_phy.c1539 u32 d6 = 0, d6_new = 0; in intel_lt_phy_calculate_hdmi_state() local
1598 d6_new = (d6 == 0) ? 40 : d6; in intel_lt_phy_calculate_hdmi_state()
1599 p.pll_reg57.val = (d7 << 24) + (postdiv << 15) + (d8 << 7) + d6_new; in intel_lt_phy_calculate_hdmi_state()