Home
last modified time | relevance | path

Searched refs:total_plane_count (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c84 int i, total_plane_count; in clk_mgr_helper_get_active_plane_cnt() local
86 total_plane_count = 0; in clk_mgr_helper_get_active_plane_cnt()
93 total_plane_count += stream_status.plane_count; in clk_mgr_helper_get_active_plane_cnt()
96 return total_plane_count; in clk_mgr_helper_get_active_plane_cnt()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
Ddcn201_clk_mgr.c98 int total_plane_count; in dcn201_update_clocks() local
129 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn201_update_clocks()
130 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn201_update_clocks()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr.c209 int total_plane_count; in dcn3_update_clocks() local
250 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn3_update_clocks()
251 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn3_update_clocks()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
Ddcn32_clk_mgr.c310 int total_plane_count; in dcn32_update_clocks() local
339 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn32_update_clocks()
340 fclk_p_state_change_support = new_clocks->fclk_p_state_change_support || (total_plane_count == 0); in dcn32_update_clocks()
380 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn32_update_clocks()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c232 int total_plane_count; in dcn2_update_clocks() local
281 total_plane_count = clk_mgr_helper_get_active_plane_cnt(dc, context); in dcn2_update_clocks()
282 p_state_change_support = new_clocks->p_state_change_support || (total_plane_count == 0); in dcn2_update_clocks()