Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_runtime_pm.c1330 ctrl = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) & DP_SSC_MASK(pipe); in chv_pipe_power_well_enabled()
1357 ctrl &= ~DP_SSC_MASK(pipe); in chv_set_pipe_power_well()
Di915_reg.h598 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe)) macro