Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_reg.h1266 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) macro
1267 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe))
1268 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe))
1269 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe))
1270 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe))
1271 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe))