Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A 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
A Ddcn35_hwseq.c470 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 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()
/drivers/gpu/drm/amd/display/dc/hwss/
A Dhw_sequencer_private.h121 bool clock_on);
125 bool clock_on);
129 bool clock_on);
/drivers/staging/media/atomisp/pci/
A Datomisp_gmin_platform.c83 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 Ddcn314_hwseq.h46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
A Ddcn314_hwseq.c455 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 Ddccg.h196 bool clock_on);
/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
A Ddcn35_dccg.c1645 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