Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_hw_sequencer.c117 enum pipe_gating_control power_gating) in dce112_enable_display_power_gating() argument
123 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce112_enable_display_power_gating()
125 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce112_enable_display_power_gating()
130 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce112_enable_display_power_gating()
143 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce112_enable_display_power_gating()
/openbmc/linux/drivers/gpu/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.h47 enum pipe_gating_control power_gating);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_hw_sequencer.c154 enum pipe_gating_control power_gating) in dce120_enable_display_power_gating() argument
162 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce120_enable_display_power_gating()
164 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce120_enable_display_power_gating()
169 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce120_enable_display_power_gating()
182 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce120_enable_display_power_gating()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h96 enum pipe_gating_control power_gating);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h141 enum pipe_gating_control power_gating);
H A Ddcn10_hw_sequencer.c3304 enum pipe_gating_control power_gating) in dcn10_dummy_display_power_gating() argument
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770_dpm.h90 bool power_gating; member
H A Dbtc_dpm.c2648 pi->power_gating = false; in btc_dpm_init()
H A Dcypress_dpm.c2089 pi->power_gating = false; in cypress_dpm_init()
H A Drv770_dpm.c2402 pi->power_gating = false; in rv770_dpm_init()
H A Dni_dpm.c4158 pi->power_gating = false; in ni_dpm_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c205 enum pipe_gating_control power_gating) in dce110_enable_display_power_gating() argument
212 if (power_gating == PIPE_GATING_CONTROL_INIT) in dce110_enable_display_power_gating()
214 else if (power_gating == PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
222 if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) { in dce110_enable_display_power_gating()
240 if (power_gating != PIPE_GATING_CONTROL_ENABLE) in dce110_enable_display_power_gating()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h546 bool power_gating; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.c797 cmd.enable_disp_power_gating.power_gating.pwr = *pwr; in enable_disp_power_gating_dmcub()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1466 struct dmub_cmd_enable_disp_power_gating_data power_gating; /**< payload */ member