Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display_power.c1897 ctrl |= enable ? DP_SSC_PWR_ON(pipe) : DP_SSC_PWR_GATE(pipe); in chv_set_pipe_power_well()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_reg.h1248 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe)) macro