Home
last modified time | relevance | path

Searched refs:fclk_p_state_change_support (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
Ddcn32_clk_mgr.c470 bool fclk_p_state_change_support; in dcn32_update_clocks() local
494 …k_mgr_base->clks.fclk_prev_p_state_change_support = clk_mgr_base->clks.fclk_p_state_change_support; in dcn32_update_clocks()
496 fclk_p_state_change_support = new_clocks->fclk_p_state_change_support; in dcn32_update_clocks()
498 …d_update_pstate_support(safe_to_lower, fclk_p_state_change_support, clk_mgr_base->clks.fclk_p_stat… in dcn32_update_clocks()
500 clk_mgr_base->clks.fclk_p_state_change_support = fclk_p_state_change_support; in dcn32_update_clocks()
503 …mgr_base->ctx->dce_version != DCN_VERSION_3_21 && clk_mgr_base->clks.fclk_p_state_change_support) { in dcn32_update_clocks()
564 …if (safe_to_lower && (clk_mgr_base->clks.fclk_p_state_change_support != clk_mgr_base->clks.fclk_pr… in dcn32_update_clocks()
568 …e->ctx->dce_version != DCN_VERSION_3_21 && !clk_mgr_base->clks.fclk_p_state_change_support && upda… in dcn32_update_clocks()
890 else if (a->fclk_p_state_change_support != b->fclk_p_state_change_support) in dcn32_are_clock_states_equal()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc.h534 bool fclk_p_state_change_support; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c1379 context->bw_ctx.bw.dcn.clk.fclk_p_state_change_support = false; in dcn32_calculate_dlg_params()
1381 context->bw_ctx.bw.dcn.clk.fclk_p_state_change_support = true; in dcn32_calculate_dlg_params()
1476 context->bw_ctx.bw.dcn.clk.fclk_p_state_change_support = true; in dcn32_calculate_dlg_params()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c743 clocks->fclk_p_state_change_support = true; in dcn32_initialize_min_clocks()