Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c1214 …I915_STATE_WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is… in assert_fdi_tx_pll_enabled()
3658 if ((temp & FDI_TX_PLL_ENABLE) == 0) { in ironlake_fdi_pll_enable()
3659 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE); in ironlake_fdi_pll_enable()
3681 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE); in ironlake_fdi_pll_disable()
Di915_reg.h5807 #define FDI_TX_PLL_ENABLE (1<<14) macro