Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.c156 clk_mgr_base->clks.p_state_change_support = true; in dcn3_init_clocks()
242 bool p_state_change_support; in dcn3_update_clocks() local
283 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn3_update_clocks()
285 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn3_update_clocks()
286 …should_update_pstate_support(safe_to_lower, p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn3_update_clocks()
287 clk_mgr_base->clks.p_state_change_support = p_state_change_support; in dcn3_update_clocks()
290 if (!clk_mgr_base->clks.p_state_change_support) in dcn3_update_clocks()
302 if (clk_mgr_base->clks.p_state_change_support && in dcn3_update_clocks()
436 else if (a->p_state_change_support != b->p_state_change_support) in dcn3_are_clock_states_equal()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c598 hubbub1->base.ctx->dc->clk_mgr->clks.p_state_change_support == false) in hubbub2_program_watermarks()
H A Ddcn20_resource.c3087 context->bw_ctx.bw.dcn.clk.p_state_change_support =
3128 context->bw_ctx.bw.dcn.clk.p_state_change_support,
3225 full_pstate_supported = context->bw_ctx.bw.dcn.clk.p_state_change_support;
3229 context->bw_ctx.bw.dcn.clk.p_state_change_support = full_pstate_supported;
3237 dummy_pstate_supported = context->bw_ctx.bw.dcn.clk.p_state_change_support;
3240 context->bw_ctx.bw.dcn.clk.p_state_change_support = false;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h350 bool p_state_change_support; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c420 clk_mgr->clks.p_state_change_support = true; in rn_init_clocks()