Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_reg.h597 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) macro
598 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe))
599 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe))
600 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe))
601 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe))
602 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe))