Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dpll_mgr.c57 struct intel_shared_dpll_state *shared_dpll) in intel_atomic_duplicate_dpll_state() argument
65 shared_dpll[i] = pll->state; in intel_atomic_duplicate_dpll_state()
80 state->shared_dpll); in intel_atomic_get_shared_dpll_state()
83 return state->shared_dpll; in intel_atomic_get_shared_dpll_state()
148 struct intel_shared_dpll *pll = crtc_state->shared_dpll; in intel_prepare_shared_dpll()
175 struct intel_shared_dpll *pll = crtc_state->shared_dpll; in intel_enable_shared_dpll()
220 struct intel_shared_dpll *pll = crtc_state->shared_dpll; in intel_disable_shared_dpll()
261 struct intel_shared_dpll_state *shared_dpll; in intel_find_shared_dpll() local
264 shared_dpll = intel_atomic_get_shared_dpll_state(&state->base); in intel_find_shared_dpll()
272 if (shared_dpll[i].crtc_mask == 0) { in intel_find_shared_dpll()
[all …]
H A Dintel_display_types.h502 struct intel_shared_dpll_state shared_dpll[I915_NUM_PLLS]; member
903 struct intel_shared_dpll *shared_dpll; member
H A Dintel_display.c1652 assert_shared_dpll_enabled(dev_priv, crtc_state->shared_dpll); in ilk_enable_pch_transcoder()
5781 if (crtc_state->shared_dpll == in ilk_pch_enable()
6935 if (new_crtc_state->shared_dpll) in hsw_crtc_enable()
7275 if (crtc_state->shared_dpll) in get_crtc_power_domains()
9254 pipe_config->shared_dpll = NULL; in i9xx_get_pipe_config()
10451 pipe_config->shared_dpll = NULL; in ilk_get_pipe_config()
10523 pipe_config->shared_dpll = in ilk_get_pipe_config()
10525 pll = pipe_config->shared_dpll; in ilk_get_pipe_config()
10587 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id); in cnl_get_ddi_pll()
10647 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id); in bxt_get_ddi_pll()
[all …]
H A Dintel_ddi.c1071 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in icl_pll_to_ddi_clk_sel()
1149 ddi_pll_sel = hsw_pll_to_ddi_pll_sel(crtc_state->shared_dpll); in hsw_fdi_link_train()
1564 pipe_config->shared_dpll); in icl_ddi_clock_get()
1680 val = hsw_pll_to_ddi_pll_sel(pipe_config->shared_dpll); in hsw_ddi_clock_get()
2967 struct intel_shared_dpll *pll = crtc_state->shared_dpll; in icl_map_plls_to_ports()
3104 const struct intel_shared_dpll *pll = crtc_state->shared_dpll; in intel_ddi_clk_select()
H A Dintel_lvds.c246 pipe_config->shared_dpll); in intel_pre_enable_lvds()
H A Dicl_dsi.c617 struct intel_shared_dpll *pll = crtc_state->shared_dpll; in gen11_dsi_map_pll()