Home
last modified time | relevance | path

Searched refs:p_state_change_support (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c160 bool p_state_change_support; in dcn2_update_clocks() local
211 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn2_update_clocks()
212 …should_update_pstate_support(safe_to_lower, p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn2_update_clocks()
213 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn2_update_clocks()
214 clk_mgr_base->clks.p_state_change_support = p_state_change_support; in dcn2_update_clocks()
216 pp_smu->set_pstate_handshake_support(&pp_smu->pp_smu, clk_mgr_base->clks.p_state_change_support); in dcn2_update_clocks()
335 clk_mgr->clks.p_state_change_support = true; in dcn2_init_clocks()
415 else if (a->p_state_change_support != b->p_state_change_support) in dcn2_are_clock_states_equal()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr.c156 clk_mgr_base->clks.p_state_change_support = true; in dcn3_init_clocks()
281 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn3_update_clocks()
282 …e_pstate_support(safe_to_lower, new_clocks->p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn3_update_clocks()
283 clk_mgr_base->clks.p_state_change_support = new_clocks->p_state_change_support; in dcn3_update_clocks()
286 if (!clk_mgr_base->clks.p_state_change_support) in dcn3_update_clocks()
298 if (clk_mgr_base->clks.p_state_change_support && in dcn3_update_clocks()
432 else if (a->p_state_change_support != b->p_state_change_support) in dcn3_are_clock_states_equal()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c598 hubbub1->base.ctx->dc->clk_mgr->clks.p_state_change_support == false) in hubbub2_program_watermarks()
Ddcn20_resource.c3082 context->bw_ctx.bw.dcn.clk.p_state_change_support =
3123 context->bw_ctx.bw.dcn.clk.p_state_change_support,
3220 full_pstate_supported = context->bw_ctx.bw.dcn.clk.p_state_change_support;
3224 context->bw_ctx.bw.dcn.clk.p_state_change_support = full_pstate_supported;
3232 dummy_pstate_supported = context->bw_ctx.bw.dcn.clk.p_state_change_support;
3235 context->bw_ctx.bw.dcn.clk.p_state_change_support = false;
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc.h350 bool p_state_change_support; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr.c418 clk_mgr->clks.p_state_change_support = true; in rn_init_clocks()