Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_ddi.c196 I915_WRITE(PORT_CLK_SEL(PORT_E), intel_crtc->ddi_pll_sel); in hsw_fdi_link_train()
766 switch (intel_crtc->ddi_pll_sel) { in intel_ddi_put_crtc_pll()
803 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_NONE; in intel_ddi_put_crtc_pll()
849 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_LCPLL_810; in intel_ddi_pll_mode_set()
852 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_LCPLL_1350; in intel_ddi_pll_mode_set()
855 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_LCPLL_2700; in intel_ddi_pll_mode_set()
874 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_WRPLL1; in intel_ddi_pll_mode_set()
880 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_WRPLL2; in intel_ddi_pll_mode_set()
900 intel_crtc->ddi_pll_sel = PORT_CLK_SEL_SPLL; in intel_ddi_pll_mode_set()
1192 intel_crtc->ddi_pll_sel = intel_ddi_get_crtc_pll(dev_priv, in intel_ddi_setup_hw_pll_state()
[all …]
HDintel_drv.h256 uint32_t ddi_pll_sel; member