Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_reg.h1016 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) macro
1017 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe))
1018 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe))
1019 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe))
1020 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe))
1021 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe))