Searched refs:clock_on (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
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…
|
D | dcn35_hwseq.c | 461 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn35_dpp_root_clock_control() argument 468 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn35_dpp_root_clock_control() 472 …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 479 hws->ctx->dc->res_pool->dccg, dp_hpo_inst, clock_on); in dcn35_dpstream_root_clock_control() 483 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on) in dcn35_physymclk_root_clock_control() argument 490 hws->ctx->dc->res_pool->dccg, phy_inst, clock_on); in dcn35_physymclk_root_clock_control()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/ |
D | hw_sequencer_private.h | 120 bool clock_on); 124 bool clock_on); 128 bool clock_on);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dccg/dcn314/ |
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.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
D | dcn314_hwseq.h | 46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
|
D | dcn314_hwseq.c | 411 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn314_dpp_root_clock_control() argument 418 hws->ctx->dc->res_pool->dccg, dpp_inst, clock_on); in dcn314_dpp_root_clock_control()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
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.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dccg.h | 196 bool clock_on);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dccg/dcn35/ |
D | dcn35_dccg.c | 1635 bool clock_on) in dccg35_dpp_root_clock_control() argument 1639 if (dccg->dpp_clock_gated[dpp_inst] == clock_on) in dccg35_dpp_root_clock_control() 1642 if (clock_on) { in dccg35_dpp_root_clock_control() 1656 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg35_dpp_root_clock_control()
|