Home
last modified time | relevance | path

Searched refs:clock_on (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_hwseq.h38 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
Ddcn35_hwseq.c461 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/
Dhw_sequencer_private.h120 bool clock_on);
124 bool clock_on);
128 bool clock_on);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
Ddcn314_dccg.c332 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/
Ddcn314_hwseq.h46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
Ddcn314_hwseq.c411 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/
Datomisp_gmin_platform.c83 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/
Ddccg.h196 bool clock_on);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
Ddcn35_dccg.c1635 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()