Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Dvlv_sideband_reg.h49 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) macro
50 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe))
51 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe))
52 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe))
53 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe))
54 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe))