Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.h221 u32 mg_pll_bias; member
H A Dintel_dpll_mgr.c2979 pll_state->mg_pll_bias = (m2div_frac ? DKL_PLL_BIAS_FRAC_EN_H : 0) | in icl_calc_mg_pll_state()
3030 pll_state->mg_pll_bias = in icl_calc_mg_pll_state()
3050 pll_state->mg_pll_bias &= pll_state->mg_pll_bias_mask; in icl_calc_mg_pll_state()
3070 if (pll_state->mg_pll_bias & DKL_PLL_BIAS_FRAC_EN_H) { in icl_ddi_mg_pll_get_freq()
3071 m2_frac = pll_state->mg_pll_bias & in icl_ddi_mg_pll_get_freq()
3441 hw_state->mg_pll_bias = intel_de_read(dev_priv, MG_PLL_BIAS(tc_port)); in mg_pll_get_hw_state()
3454 hw_state->mg_pll_bias &= hw_state->mg_pll_bias_mask; in mg_pll_get_hw_state()
3519 hw_state->mg_pll_bias &= (DKL_PLL_BIAS_FRAC_EN_H | in dkl_pll_get_hw_state()
3685 hw_state->mg_pll_bias_mask, hw_state->mg_pll_bias); in icl_mg_pll_write()
3747 val |= hw_state->mg_pll_bias; in dkl_pll_write()
[all …]
H A Dintel_display_debugfs.c687 pll->state.hw_state.mg_pll_bias); in i915_shared_dplls_info()
H A Dintel_display.c5346 PIPE_CONF_CHECK_X(dpll_hw_state.mg_pll_bias); in intel_pipe_config_compare()