Searched refs:total_plane_count (Results 1 – 3 of 3) sorted by relevance
98 int total_plane_count; in dcn201_update_clocks() local129 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()
85 int i, total_plane_count; in clk_mgr_helper_get_active_plane_cnt() local87 total_plane_count = 0; in clk_mgr_helper_get_active_plane_cnt()94 total_plane_count += stream_status.plane_count; in clk_mgr_helper_get_active_plane_cnt()97 return total_plane_count; in clk_mgr_helper_get_active_plane_cnt()
232 int total_plane_count; in dcn2_update_clocks() local281 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()