Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_reg.h572 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) macro
573 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe))
574 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe))
575 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe))
576 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe))
577 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe))