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

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce100/
H A Ddce100_hwseq.h47 enum pipe_gating_control power_gating);
H A Ddce100_hwseq.c76 enum pipe_gating_control power_gating)
82 if (power_gating == PIPE_GATING_CONTROL_INIT)
84 else if (power_gating == PIPE_GATING_CONTROL_ENABLE)
89 if (!(power_gating == PIPE_GATING_CONTROL_INIT && controller_id != 0)){
72 dce100_enable_display_power_gating( struct dc *dc, uint8_t controller_id, struct dc_bios *dcb, enum pipe_gating_control power_gating) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce112/
H A Ddce112_hwseq.c117 enum pipe_gating_control power_gating)
123 if (power_gating == PIPE_GATING_CONTROL_INIT)
125 else if (power_gating == PIPE_GATING_CONTROL_ENABLE)
130 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) {
143 if (power_gating != PIPE_GATING_CONTROL_ENABLE)
113 dce112_enable_display_power_gating( struct dc *dc, uint8_t controller_id, struct dc_bios *dcb, enum pipe_gating_control power_gating) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce120/
H A Ddce120_hwseq.c154 enum pipe_gating_control power_gating)
162 if (power_gating == PIPE_GATING_CONTROL_INIT)
164 else if (power_gating == PIPE_GATING_CONTROL_ENABLE)
169 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) {
182 if (power_gating != PIPE_GATING_CONTROL_ENABLE)
150 dce120_enable_display_power_gating( struct dc *dc, uint8_t controller_id, struct dc_bios *dcb, enum pipe_gating_control power_gating) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h97 enum pipe_gating_control power_gating);
/linux-master/drivers/gpu/drm/radeon/
H A Drv770_dpm.h90 bool power_gating; member in struct:rv7xx_power_info
H A Dcypress_dpm.c2089 pi->power_gating = false;
H A Drv770_dpm.c2402 pi->power_gating = false;
H A Dbtc_dpm.c2620 pi->power_gating = false;
H A Dni_dpm.c4155 pi->power_gating = false;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.h144 enum pipe_gating_control power_gating);
H A Ddcn10_hwseq.c3371 enum pipe_gating_control power_gating)
3367 dcn10_dummy_display_power_gating( struct dc *dc, uint8_t controller_id, struct dc_bios *dcb, enum pipe_gating_control power_gating) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c208 enum pipe_gating_control power_gating)
215 if (power_gating == PIPE_GATING_CONTROL_INIT)
217 else if (power_gating == PIPE_GATING_CONTROL_ENABLE)
225 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) {
243 if (power_gating != PIPE_GATING_CONTROL_ENABLE)
204 dce110_enable_display_power_gating( struct dc *dc, uint8_t controller_id, struct dc_bios *dcb, enum pipe_gating_control power_gating) argument
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h546 bool power_gating; member in struct:rv7xx_power_info
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.c797 cmd.enable_disp_power_gating.power_gating.pwr = *pwr;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1672 struct dmub_cmd_enable_disp_power_gating_data power_gating; /**< payload */ member in struct:dmub_rb_cmd_enable_disp_power_gating

Completed in 414 milliseconds