Home
last modified time | relevance | path

Searched refs:PORT_CLK_SEL (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_ddi.c373 I915_WRITE(PORT_CLK_SEL(PORT_E), intel_crtc->config->ddi_pll_sel); in hsw_fdi_link_train()
1570 I915_WRITE(PORT_CLK_SEL(port), crtc->config->ddi_pll_sel); in intel_ddi_pre_enable()
1628 I915_WRITE(PORT_CLK_SEL(port), PORT_CLK_SEL_NONE); in intel_ddi_post_disable()
Dintel_dp_mst.c176 I915_WRITE(PORT_CLK_SEL(port), in intel_mst_pre_enable_dp()
Di915_reg.h6666 #define PORT_CLK_SEL(port) _PORT(port, PORT_CLK_SEL_A, PORT_CLK_SEL_B) macro
Dintel_display.c8519 pipe_config->ddi_pll_sel = I915_READ(PORT_CLK_SEL(port)); in haswell_get_ddi_pll()