HomeSort by: relevance | last modified time | path
    Searched refs:shared_dpll (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.c 57 struct intel_shared_dpll_state *shared_dpll)
65 shared_dpll[i] = pll->state;
80 state->shared_dpll);
83 return state->shared_dpll;
148 struct intel_shared_dpll *pll = crtc_state->shared_dpll;
175 struct intel_shared_dpll *pll = crtc_state->shared_dpll;
220 struct intel_shared_dpll *pll = crtc_state->shared_dpll;
261 struct intel_shared_dpll_state *shared_dpll; local in function:intel_find_shared_dpll
264 shared_dpll = intel_atomic_get_shared_dpll_state(&state->base);
272 if (shared_dpll[i].crtc_mask == 0)
307 struct intel_shared_dpll_state *shared_dpll; local in function:intel_reference_shared_dpll
325 struct intel_shared_dpll_state *shared_dpll; local in function:intel_unreference_shared_dpll
361 struct intel_shared_dpll_state *shared_dpll = state->shared_dpll; local in function:intel_shared_dpll_swap_state
    [all...]
intel_display_types.h 502 struct intel_shared_dpll_state shared_dpll[I915_NUM_PLLS]; member in struct:intel_atomic_state
903 struct intel_shared_dpll *shared_dpll; member in struct:intel_crtc_state
910 * setting shared_dpll and dpll_hw_state to one of these reserved ones.
intel_display.c 1652 assert_shared_dpll_enabled(dev_priv, crtc_state->shared_dpll);
5781 if (crtc_state->shared_dpll ==
6935 if (new_crtc_state->shared_dpll)
7275 if (crtc_state->shared_dpll)
9254 pipe_config->shared_dpll = NULL;
10451 pipe_config->shared_dpll = NULL;
10523 pipe_config->shared_dpll =
10525 pll = pipe_config->shared_dpll;
10587 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id);
10647 pipe_config->shared_dpll = intel_get_shared_dpll_by_id(dev_priv, id)
    [all...]
intel_ddi.c 1071 const struct intel_shared_dpll *pll = crtc_state->shared_dpll;
1149 ddi_pll_sel = hsw_pll_to_ddi_pll_sel(crtc_state->shared_dpll);
1564 pipe_config->shared_dpll);
1680 val = hsw_pll_to_ddi_pll_sel(pipe_config->shared_dpll);
2967 struct intel_shared_dpll *pll = crtc_state->shared_dpll;
3104 const struct intel_shared_dpll *pll = crtc_state->shared_dpll;
intel_lvds.c 246 pipe_config->shared_dpll);
icl_dsi.c 617 struct intel_shared_dpll *pll = crtc_state->shared_dpll;

Completed in 51 milliseconds