Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.h168 struct intel_dpll_hw_state { struct
235 struct intel_dpll_hw_state hw_state;
280 struct intel_dpll_hw_state *hw_state);
377 const struct intel_dpll_hw_state *hw_state);
Dintel_ddi.h19 struct intel_dpll_hw_state;
50 struct intel_dpll_hw_state *state);
Dintel_dpll_mgr.c119 struct intel_dpll_hw_state hw_state; in assert_shared_dpll()
249 const struct intel_dpll_hw_state *pll_state, in intel_find_shared_dpll()
297 const struct intel_dpll_hw_state *pll_state) in intel_reference_shared_dpll()
369 struct intel_dpll_hw_state *hw_state) in ibx_pch_dpll_get_hw_state()
484 const struct intel_dpll_hw_state *hw_state) in ibx_dump_hw_state()
557 struct intel_dpll_hw_state *hw_state) in hsw_ddi_wrpll_get_hw_state()
578 struct intel_dpll_hw_state *hw_state) in hsw_ddi_spll_get_hw_state()
912 const struct intel_dpll_hw_state *hw_state) in hsw_dump_hw_state()
942 struct intel_dpll_hw_state *hw_state) in hsw_ddi_lcpll_get_hw_state()
1047 struct intel_dpll_hw_state *hw_state) in skl_ddi_pll_get_hw_state()
[all …]
Dintel_display_types.h843 struct intel_dpll_hw_state dpll_hw_state;
851 struct intel_dpll_hw_state hw_state;
Dintel_ddi.c1275 static int skl_calc_wrpll_link(const struct intel_dpll_hw_state *pll_state) in skl_calc_wrpll_link()
1331 struct intel_dpll_hw_state *pll_state) in cnl_calc_wrpll_link()
1409 const struct intel_dpll_hw_state *pll_state) in icl_calc_mg_pll_link()
1489 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; in icl_ddi_clock_get()
1515 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; in cnl_ddi_clock_get()
1563 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; in skl_ddi_clock_get()
1654 static int bxt_calc_pll_link(const struct intel_dpll_hw_state *pll_state) in bxt_calc_pll_link()
Dintel_display.c13173 struct intel_dpll_hw_state dpll_hw_state; in verify_single_dpll_state()