Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.h27 struct intel_dpll_hw_state *dpll_hw_state);
H A Dintel_pch_display.c536 &crtc_state->dpll_hw_state); in ilk_pch_get_config()
539 tmp = crtc_state->dpll_hw_state.i9xx.dpll; in ilk_pch_get_config()
H A Dintel_snps_phy.c1803 crtc_state->dpll_hw_state.mpllb = *tables[i]; in intel_mpllb_calc_state()
1810 intel_snps_hdmi_pll_compute_mpllb(&crtc_state->dpll_hw_state.mpllb, in intel_mpllb_calc_state()
1823 const struct intel_mpllb_state *pll_state = &crtc_state->dpll_hw_state.mpllb; in intel_mpllb_enable()
1988 const struct intel_mpllb_state *mpllb_sw_state = &new_crtc_state->dpll_hw_state.mpllb; in intel_mpllb_state_verify()
H A Dintel_display.c1309 new_crtc_state->dpll_hw_state = old_crtc_state->dpll_hw_state; in intel_encoders_update_prepare()
3109 i9xx_dpll_get_hw_state(crtc, &pipe_config->dpll_hw_state); in i9xx_get_pipe_config()
3112 tmp = pipe_config->dpll_hw_state.i9xx.dpll_md; in i9xx_get_pipe_config()
3118 tmp = pipe_config->dpll_hw_state.i9xx.dpll; in i9xx_get_pipe_config()
4630 saved_state->dpll_hw_state = crtc_state->dpll_hw_state; in intel_crtc_prepare_cleared_state()
5394 PIPE_CONF_CHECK_PLL(dpll_hw_state); in intel_pipe_config_compare()
5398 PIPE_CONF_CHECK_PLL_LT(dpll_hw_state.ltpll); in intel_pipe_config_compare()
H A Dintel_display_types.h1148 struct intel_dpll_hw_state dpll_hw_state; member