Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dce100/
H A Ddce100_hwseq.c82 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce100_enable_display_power_gating()
89 if (!(power_gating == PIPE_GATING_CONTROL_INIT && controller_id != 0)){ in dce100_enable_display_power_gating()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce112/
H A Ddce112_hwseq.c123 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce112_enable_display_power_gating()
130 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce112_enable_display_power_gating()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce120/
H A Ddce120_hwseq.c162 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce120_enable_display_power_gating()
169 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce120_enable_display_power_gating()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h34 PIPE_GATING_CONTROL_INIT enumerator
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c216 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce110_enable_display_power_gating()
226 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce110_enable_display_power_gating()
2786 PIPE_GATING_CONTROL_INIT); in init_hw()