Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
A Ddcn201_clk_mgr.c116 clk_mgr->clks.p_state_change_support = true; in dcn201_init_clocks()
135 bool p_state_change_support; in dcn201_update_clocks() local
171 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn201_update_clocks()
172 …should_update_pstate_support(safe_to_lower, p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn201_update_clocks()
173 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn201_update_clocks()
174 clk_mgr_base->clks.p_state_change_support = p_state_change_support; in dcn201_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
A Ddcn30_clk_mgr.c166 clk_mgr_base->clks.p_state_change_support = true; in dcn3_init_clocks()
258 bool p_state_change_support; in dcn3_update_clocks() local
299 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn3_update_clocks()
301 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn3_update_clocks()
302 …should_update_pstate_support(safe_to_lower, p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn3_update_clocks()
303 clk_mgr_base->clks.p_state_change_support = p_state_change_support; in dcn3_update_clocks()
306 if (!clk_mgr_base->clks.p_state_change_support) in dcn3_update_clocks()
318 if (clk_mgr_base->clks.p_state_change_support && in dcn3_update_clocks()
400 if (clk_mgr_base->clks.p_state_change_support) in dcn3_set_hard_min_memclk()
463 else if (a->p_state_change_support != b->p_state_change_support) in dcn3_are_clock_states_equal()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
A Ddcn20_clk_mgr.c224 bool p_state_change_support; in dcn2_update_clocks() local
283 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn2_update_clocks()
284 …should_update_pstate_support(safe_to_lower, p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn2_update_clocks()
285 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn2_update_clocks()
286 clk_mgr_base->clks.p_state_change_support = p_state_change_support; in dcn2_update_clocks()
288 pp_smu->set_pstate_handshake_support(&pp_smu->pp_smu, clk_mgr_base->clks.p_state_change_support); in dcn2_update_clocks()
408 clk_mgr->clks.p_state_change_support = true; in dcn2_init_clocks()
488 else if (a->p_state_change_support != b->p_state_change_support) in dcn2_are_clock_states_equal()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h501 __field(int, p_state_change_support)
519 __entry->p_state_change_support = clk->p_state_change_support;
544 __entry->p_state_change_support,
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hubbub.c595 hubbub1->base.ctx->dc->clk_mgr->clks.p_state_change_support == false) in hubbub2_program_watermarks()
A Ddcn20_resource.c3126 context->bw_ctx.bw.dcn.clk.p_state_change_support = in dcn20_calculate_dlg_params()
3180 context->bw_ctx.bw.dcn.clk.p_state_change_support, in dcn20_calculate_dlg_params()
3277 full_pstate_supported = context->bw_ctx.bw.dcn.clk.p_state_change_support; in dcn20_validate_bandwidth_fp()
3281 context->bw_ctx.bw.dcn.clk.p_state_change_support = full_pstate_supported; in dcn20_validate_bandwidth_fp()
3289 dummy_pstate_supported = context->bw_ctx.bw.dcn.clk.p_state_change_support; in dcn20_validate_bandwidth_fp()
3292 context->bw_ctx.bw.dcn.clk.p_state_change_support = false; in dcn20_validate_bandwidth_fp()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_clk_mgr.c292 clk_mgr->clks.p_state_change_support = true; in dcn31_init_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
A Dvg_clk_mgr.c393 clk_mgr->clks.p_state_change_support = true; in vg_init_clocks()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h405 bool p_state_change_support; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
A Drn_clk_mgr.c462 clk_mgr->clks.p_state_change_support = true; in rn_init_clocks()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hwseq.c966 if (!dc->clk_mgr->clks.p_state_change_support && in dcn30_hardware_release()

Completed in 29 milliseconds