Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
H A Ddcn201_clk_mgr.c78 clk_mgr->clks.p_state_change_support = true; in dcn201_init_clocks()
95 bool p_state_change_support; in dcn201_update_clocks() local
134 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn201_update_clocks()
135 …should_update_pstate_support(safe_to_lower, p_state_change_support, clk_mgr_base->clks.p_state_cha… in dcn201_update_clocks()
136 clk_mgr_base->clks.prev_p_state_change_support = clk_mgr_base->clks.p_state_change_support; in dcn201_update_clocks()
137 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/dcn31/
H A Ddcn31_clk_mgr.c305 clk_mgr->clks.p_state_change_support = true; in dcn31_init_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c195 clk_mgr->clks.p_state_change_support = true; in dcn314_init_clocks()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6800 bool p_state_change_support; in dc_enable_dcmode_clk_limit() local
6811 p_state_change_support = dc->clk_mgr->clks.p_state_change_support; in dc_enable_dcmode_clk_limit()
6814 if (p_state_change_support) { in dc_enable_dcmode_clk_limit()
6824 if (p_state_change_support) { in dc_enable_dcmode_clk_limit()
7448 profile.power_level = !context->bw_ctx.bw.dcn.clk.p_state_change_support; in dc_get_power_profile_for_dc_state()
7553 out_data->uclk_p_state = dc->current_state->clk_mgr->clks.p_state_change_support; in dc_get_power_feature_status()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1597 dc_state->bw_ctx.bw.dcn.clk.p_state_change_support = false; in dm_helpers_dp_handle_test_pattern_request()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c745 clk_mgr->clks.p_state_change_support = true; in init_clk_states()