Home
last modified time | relevance | path

Searched refs:ddi_pll_sel (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_ddi.c1113 u32 temp, i, rx_ctl_val, ddi_pll_sel; in hsw_fdi_link_train() local
1144 ddi_pll_sel = hsw_pll_to_ddi_pll_sel(crtc_state->shared_dpll); in hsw_fdi_link_train()
1145 I915_WRITE(PORT_CLK_SEL(PORT_E), ddi_pll_sel); in hsw_fdi_link_train()
1146 WARN_ON(ddi_pll_sel != PORT_CLK_SEL_SPLL); in hsw_fdi_link_train()
Dintel_display.c9311 uint32_t ddi_pll_sel = I915_READ(PORT_CLK_SEL(port)); in haswell_get_ddi_pll() local
9313 switch (ddi_pll_sel) { in haswell_get_ddi_pll()
9333 MISSING_CASE(ddi_pll_sel); in haswell_get_ddi_pll()