Searched refs:clock_on (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H 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…
|
| H A D | dcn35_hwseq.c | 475 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn35_dpp_root_clock_control() argument 482 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn35_dpp_root_clock_control() 486 …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 493 hws->ctx->dc->res_pool->dccg, dp_hpo_inst, clock_on); in dcn35_dpstream_root_clock_control() 497 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on) in dcn35_physymclk_root_clock_control() argument 504 hws->ctx->dc->res_pool->dccg, phy_inst, clock_on); in dcn35_physymclk_root_clock_control()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer_private.h | 120 bool clock_on); 124 bool clock_on); 128 bool clock_on);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn314/ |
| H 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()
|
| /linux-6.15/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);
|
| H A D | dcn314_hwseq.c | 441 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn314_dpp_root_clock_control() argument 448 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn314_dpp_root_clock_control()
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_gmin_platform.c | 83 bool clock_on; member 1002 if (gs->clock_on == on) in gmin_acpi_pm_ctrl() 1016 gs->clock_on = on; in gmin_acpi_pm_ctrl() 1030 if (gs->clock_on == !!on) in gmin_flisclk_ctrl() 1043 gs->clock_on = true; in gmin_flisclk_ctrl() 1046 gs->clock_on = false; in gmin_flisclk_ctrl()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | dccg.h | 196 bool clock_on);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn35/ |
| H A D | dcn35_dccg.c | 1638 bool clock_on) in dccg35_dpp_root_clock_control() argument 1642 if (dccg->dpp_clock_gated[dpp_inst] == clock_on) in dccg35_dpp_root_clock_control() 1645 if (clock_on) { in dccg35_dpp_root_clock_control() 1659 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg35_dpp_root_clock_control()
|