Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_reg.h1026 #define DPIO_CHV_M1_DIV_BY_2 (0 << 0) macro
Dintel_display.c6363 DPIO_CHV_M1_DIV_BY_2 | in chv_prepare_pll()
7026 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0; in chv_crtc_clock_get()