Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_runtime_pm.c710 WARN_ON(state != DP_SSS_PWR_ON(pipe) && state != DP_SSS_PWR_GATE(pipe)); in chv_pipe_power_well_enabled()
711 enabled = state == DP_SSS_PWR_ON(pipe); in chv_pipe_power_well_enabled()
733 state = enable ? DP_SSS_PWR_ON(pipe) : DP_SSS_PWR_GATE(pipe); in chv_set_pipe_power_well()
Di915_reg.h580 #define DP_SSS_PWR_ON(pipe) _DP_SSS(0x0, (pipe)) macro