Searched refs:clock_on (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/ |
| H A D | dcn314_dccg.c | 333 bool clock_on) in dccg314_dpp_root_clock_control() argument 337 if (dccg->dpp_clock_gated[dpp_inst] != clock_on) in dccg314_dpp_root_clock_control() 340 if (clock_on) { in dccg314_dpp_root_clock_control() 354 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg314_dpp_root_clock_control()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_gmin_platform.c | 83 bool clock_on; member 916 if (gs->clock_on == on) in gmin_acpi_pm_ctrl() 930 gs->clock_on = on; in gmin_acpi_pm_ctrl() 944 if (gs->clock_on == !!on) in gmin_flisclk_ctrl() 957 gs->clock_on = true; in gmin_flisclk_ctrl() 960 gs->clock_on = false; in gmin_flisclk_ctrl()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| H A D | dcn314_hwseq.h | 46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/ |
| H A D | dcn35_dccg.c | 1669 void dccg35_dpp_root_clock_control(struct dccg *dccg, unsigned int dpp_inst, bool clock_on) in dccg35_dpp_root_clock_control() argument 1673 if (dccg->dpp_clock_gated[dpp_inst] != clock_on) in dccg35_dpp_root_clock_control() 1676 if (clock_on) { in dccg35_dpp_root_clock_control() 1697 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg35_dpp_root_clock_control() 1698 DC_LOG_DEBUG("%s: dpp_inst(%d) clock_on = %d\n", __func__, dpp_inst, clock_on); in dccg35_dpp_root_clock_control()
|
| H A D | dcn35_dccg.h | 263 void dccg35_dpp_root_clock_control(struct dccg *dccg, unsigned int dpp_inst, bool clock_on);
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 481 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn35_dpp_root_clock_control() argument 488 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn35_dpp_root_clock_control() 492 …d dcn35_dpstream_root_clock_control(struct dce_hwseq *hws, unsigned int dp_hpo_inst, bool clock_on) in dcn35_dpstream_root_clock_control() argument 499 hws->ctx->dc->res_pool->dccg, dp_hpo_inst, clock_on); in dcn35_dpstream_root_clock_control() 503 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on) in dcn35_physymclk_root_clock_control() argument 510 hws->ctx->dc->res_pool->dccg, phy_inst, clock_on); in dcn35_physymclk_root_clock_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | dccg.h | 318 bool clock_on);
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 2925 bool clock_on = params->dpp_root_clock_control_params.clock_on; in hwss_dpp_root_clock_control() local 2928 hws->funcs.dpp_root_clock_control(hws, dpp_inst, clock_on); in hwss_dpp_root_clock_control() 3672 bool clock_on) in hwss_add_dpp_root_clock_control() argument 3678 seq_state->steps[*seq_state->num_steps].params.dpp_root_clock_control_params.clock_on = clock_on; in hwss_add_dpp_root_clock_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 600 bool clock_on; member 1869 bool clock_on);
|