Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A 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()
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_hw_sequencer.c156 enum pipe_gating_control power_gating) in dce120_enable_display_power_gating() argument
167 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce120_enable_display_power_gating()
169 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce120_enable_display_power_gating()
174 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce120_enable_display_power_gating()
187 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce120_enable_display_power_gating()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_hw_sequencer.c76 enum pipe_gating_control power_gating) in dce100_enable_display_power_gating() argument
82 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce100_enable_display_power_gating()
84 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce100_enable_display_power_gating()
89 if (!(power_gating == PIPE_GATING_CONTROL_INIT && controller_id != 0)){ in dce100_enable_display_power_gating()
H A Ddce100_hw_sequencer.h43 enum pipe_gating_control power_gating);
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dhw_sequencer.h151 enum pipe_gating_control power_gating);
/dragonfly/sys/dev/drm/radeon/
H A Drv770_dpm.h89 bool power_gating; member
H A Dbtc_dpm.c2645 pi->power_gating = false; in btc_dpm_init()
H A Dcypress_dpm.c2086 pi->power_gating = false; in cypress_dpm_init()
H A Drv770_dpm.c2404 pi->power_gating = false; in rv770_dpm_init()
H A Dni_dpm.c4150 pi->power_gating = false; in ni_dpm_init()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c192 enum pipe_gating_control power_gating) in dce110_enable_display_power_gating() argument
202 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce110_enable_display_power_gating()
204 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
212 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0){ in dce110_enable_display_power_gating()
230 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.h546 bool power_gating; member
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2555 enum pipe_gating_control power_gating) in dcn10_dummy_display_power_gating() argument