Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c504 &crtc_state->dpll_hw_state, in ibx_get_dpll()
514 pll, &crtc_state->dpll_hw_state); in ibx_get_dpll()
880 crtc_state->dpll_hw_state.wrpll = val; in hsw_ddi_wrpll_get_dpll()
883 &crtc_state->dpll_hw_state, in hsw_ddi_wrpll_get_dpll()
997 crtc_state->dpll_hw_state.spll = SPLL_PLL_ENABLE | SPLL_FREQ_1350MHz | in hsw_ddi_spll_get_dpll()
1000 return intel_find_shared_dpll(state, crtc, &crtc_state->dpll_hw_state, in hsw_ddi_spll_get_dpll()
1035 memset(&crtc_state->dpll_hw_state, 0, in hsw_get_dpll()
1036 sizeof(crtc_state->dpll_hw_state)); in hsw_get_dpll()
1051 pll, &crtc_state->dpll_hw_state); in hsw_get_dpll()
1570 memset(&crtc_state->dpll_hw_state, 0, in skl_ddi_hdmi_pll_dividers()
[all …]
H A Dintel_display.c1404 intel_de_write(dev_priv, DPLL(pipe), pipe_config->dpll_hw_state.dpll); in _vlv_enable_pll()
1423 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in vlv_enable_pll()
1427 pipe_config->dpll_hw_state.dpll_md); in vlv_enable_pll()
1455 intel_de_write(dev_priv, DPLL(pipe), pipe_config->dpll_hw_state.dpll); in _chv_enable_pll()
1473 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in chv_enable_pll()
1485 pipe_config->dpll_hw_state.dpll_md); in chv_enable_pll()
1487 dev_priv->chv_dpll_md[pipe] = pipe_config->dpll_hw_state.dpll_md; in chv_enable_pll()
1498 pipe_config->dpll_hw_state.dpll_md); in chv_enable_pll()
1516 u32 dpll = crtc_state->dpll_hw_state.dpll; in i9xx_enable_pll()
1539 crtc_state->dpll_hw_state.dpll_md); in i9xx_enable_pll()
[all …]
H A Dintel_display_types.h906 struct intel_dpll_hw_state dpll_hw_state; member