Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/drm/amd/display/dc/dce100/
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()
Ddce100_hw_sequencer.h47 enum pipe_gating_control power_gating);
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h95 enum pipe_gating_control power_gating);
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.h141 enum pipe_gating_control power_gating);
Ddcn10_hw_sequencer.c3236 enum pipe_gating_control power_gating) in dcn10_dummy_display_power_gating() argument
/linux-5.19.10/drivers/gpu/drm/radeon/
Drv770_dpm.h90 bool power_gating; member
Dbtc_dpm.c2648 pi->power_gating = false; in btc_dpm_init()
Dcypress_dpm.c2085 pi->power_gating = false; in cypress_dpm_init()
Drv770_dpm.c2402 pi->power_gating = false; in rv770_dpm_init()
Dni_dpm.c4154 pi->power_gating = false; in ni_dpm_init()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c209 enum pipe_gating_control power_gating) in dce110_enable_display_power_gating() argument
219 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce110_enable_display_power_gating()
221 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
229 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0){ in dce110_enable_display_power_gating()
247 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.h546 bool power_gating; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c805 cmd.enable_disp_power_gating.power_gating.pwr = *pwr; in enable_disp_power_gating_dmcub()
/linux-5.19.10/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h973 struct dmub_cmd_enable_disp_power_gating_data power_gating; /**< payload */ member