Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display_power.c1862 state != DP_SSS_PWR_GATE(pipe)); in chv_pipe_power_well_enabled()
1885 state = enable ? DP_SSS_PWR_ON(pipe) : DP_SSS_PWR_GATE(pipe); in chv_set_pipe_power_well()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h1257 #define DP_SSS_PWR_GATE(pipe) _DP_SSS(0x3, (pipe)) macro