Searched refs:clock_on (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| A D | dcn35_hwseq.h | 38 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on); 40 … dcn35_dpstream_root_clock_control(struct dce_hwseq *hws, unsigned int dp_hpo_inst, bool clock_on); 42 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on…
|
| A D | dcn35_hwseq.c | 470 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn35_dpp_root_clock_control() argument 477 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn35_dpp_root_clock_control() 481 …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 488 hws->ctx->dc->res_pool->dccg, dp_hpo_inst, clock_on); in dcn35_dpstream_root_clock_control() 492 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on) in dcn35_physymclk_root_clock_control() argument 499 hws->ctx->dc->res_pool->dccg, phy_inst, clock_on); in dcn35_physymclk_root_clock_control()
|
| /drivers/gpu/drm/amd/display/dc/dccg/dcn314/ |
| A D | dcn314_dccg.c | 332 bool clock_on) in dccg314_dpp_root_clock_control() argument 336 if (dccg->dpp_clock_gated[dpp_inst] != clock_on) in dccg314_dpp_root_clock_control() 339 if (clock_on) { in dccg314_dpp_root_clock_control() 353 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg314_dpp_root_clock_control()
|
| /drivers/gpu/drm/amd/display/dc/hwss/ |
| A D | hw_sequencer_private.h | 121 bool clock_on); 125 bool clock_on); 129 bool clock_on);
|
| /drivers/staging/media/atomisp/pci/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| A D | dcn314_hwseq.h | 46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
|
| A D | dcn314_hwseq.c | 455 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn314_dpp_root_clock_control() argument 462 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn314_dpp_root_clock_control()
|
| /drivers/gpu/drm/amd/display/dc/inc/hw/ |
| A D | dccg.h | 196 bool clock_on);
|
| /drivers/gpu/drm/amd/display/dc/dccg/dcn35/ |
| A D | dcn35_dccg.c | 1645 bool clock_on) in dccg35_dpp_root_clock_control() argument 1649 if (dccg->dpp_clock_gated[dpp_inst] == clock_on) in dccg35_dpp_root_clock_control() 1652 if (clock_on) { in dccg35_dpp_root_clock_control() 1670 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg35_dpp_root_clock_control()
|
Completed in 24 milliseconds