Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_hw_sequencer.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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_hw_sequencer.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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_hw_sequencer.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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h34 PIPE_GATING_CONTROL_INIT enumerator
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c212 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce110_enable_display_power_gating()
222 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce110_enable_display_power_gating()
2600 PIPE_GATING_CONTROL_INIT); in init_hw()