Searched refs:shared_dpll (Results 1 – 10 of 10) sorted by relevance
123 shared_dpll[i] = pll->state; in intel_atomic_duplicate_dpll_state()138 state->shared_dpll); in intel_atomic_get_shared_dpll_state()141 return state->shared_dpll; in intel_atomic_get_shared_dpll_state()331 &shared_dpll[i].hw_state, in intel_find_shared_dpll()337 shared_dpll[i].pipe_mask, in intel_find_shared_dpll()425 struct intel_shared_dpll_state *shared_dpll = state->shared_dpll; in intel_shared_dpll_swap_state() local552 crtc_state->shared_dpll = pll; in ibx_get_dpll()1127 crtc_state->shared_dpll = pll; in hsw_get_dpll()1828 crtc_state->shared_dpll = pll; in skl_get_dpll()2318 crtc_state->shared_dpll = pll; in bxt_get_dpll()[all …]
247 assert_shared_dpll_enabled(dev_priv, crtc_state->shared_dpll); in ilk_enable_pch_transcoder()383 if (crtc_state->shared_dpll == in ilk_pch_enable()533 crtc_state->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, pll_id); in ilk_pch_get_config()534 pll = crtc_state->shared_dpll; in ilk_pch_get_config()
241 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in icl_pll_to_ddi_clk_sel()1497 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in adls_ddi_enable_clock()1541 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in rkl_ddi_enable_clock()1585 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in dg1_ddi_enable_clock()1651 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in icl_ddi_combo_enable_clock()1695 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in jsl_ddi_tc_enable_clock()1738 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in icl_ddi_tc_enable_clock()1846 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in skl_ddi_enable_clock()1914 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in hsw_ddi_enable_clock()3521 crtc_state->port_clock = intel_dpll_get_freq(i915, crtc_state->shared_dpll, in intel_ddi_get_clock()[all …]
647 struct intel_shared_dpll_state shared_dpll[I915_NUM_PLLS]; member1119 struct intel_shared_dpll *shared_dpll; member
1454 new_crtc_state->shared_dpll = old_crtc_state->shared_dpll; in intel_encoders_update_prepare()1823 if (crtc_state->shared_dpll) in icl_ddi_bigjoiner_pre_enable()1875 if (new_crtc_state->shared_dpll) in hsw_crtc_enable()2164 if (crtc_state->shared_dpll) in get_crtc_power_domains()3197 pipe_config->shared_dpll = NULL; in i9xx_get_pipe_config()3618 pipe_config->shared_dpll = NULL; in ilk_get_pipe_config()4015 pipe_config->shared_dpll = NULL; in hsw_get_pipe_config()5094 saved_state->shared_dpll = slave_crtc_state->shared_dpll; in copy_bigjoiner_crtc_state_modeset()5149 saved_state->shared_dpll = crtc_state->shared_dpll; in intel_crtc_prepare_cleared_state()5795 PIPE_CONF_CHECK_P(shared_dpll); in intel_pipe_config_compare()
317 crtc_state->shared_dpll && in has_bogus_dpll_config()
243 pipe_config->shared_dpll); in intel_pre_enable_lvds()
1499 drm_WARN_ON(&i915->drm, !crtc_state->hw.enable && crtc_state->shared_dpll); in intel_dpll_crtc_get_shared_dpll()1501 if (!crtc_state->hw.enable || crtc_state->shared_dpll) in intel_dpll_crtc_get_shared_dpll()
805 drm_WARN_ON(&dev_priv->drm, crtc_state->shared_dpll->info->id != DPLL_ID_SPLL); in hsw_fdi_link_train()
694 struct intel_shared_dpll *pll = crtc_state->shared_dpll; in gen11_dsi_map_pll()
Completed in 62 milliseconds