Home
last modified time | relevance | path

Searched refs:power_gating (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_hw_sequencer.c117 enum pipe_gating_control power_gating) in dce112_enable_display_power_gating() argument
126 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce112_enable_display_power_gating()
128 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce112_enable_display_power_gating()
133 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0){ in dce112_enable_display_power_gating()
146 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce112_enable_display_power_gating()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_hw_sequencer.c77 enum pipe_gating_control power_gating) in dce100_enable_display_power_gating() argument
83 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce100_enable_display_power_gating()
85 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce100_enable_display_power_gating()
90 if (!(power_gating == PIPE_GATING_CONTROL_INIT && controller_id != 0)){ in dce100_enable_display_power_gating()
Ddce100_hw_sequencer.h46 enum pipe_gating_control power_gating);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_hw_sequencer.c154 enum pipe_gating_control power_gating) in dce120_enable_display_power_gating() argument
165 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce120_enable_display_power_gating()
167 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce120_enable_display_power_gating()
172 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce120_enable_display_power_gating()
185 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce120_enable_display_power_gating()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h187 enum pipe_gating_control power_gating);
/Linux-v5.4/drivers/gpu/drm/radeon/
Drv770_dpm.h90 bool power_gating; member
Dbtc_dpm.c2651 pi->power_gating = false; in btc_dpm_init()
Dcypress_dpm.c2087 pi->power_gating = false; in cypress_dpm_init()
Drv770_dpm.c2400 pi->power_gating = false; in rv770_dpm_init()
Dni_dpm.c4155 pi->power_gating = false; in ni_dpm_init()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c196 enum pipe_gating_control power_gating) in dce110_enable_display_power_gating() argument
206 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce110_enable_display_power_gating()
208 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
216 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0){ in dce110_enable_display_power_gating()
234 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsi_dpm.h546 bool power_gating; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2917 enum pipe_gating_control power_gating) in dcn10_dummy_display_power_gating() argument