Searched refs:cur_stream_status (Results 1 – 1 of 1) sorted by relevance
3906 struct dc_stream_status *cur_stream_status = stream_get_status(dc->current_state, stream); in could_mpcc_tree_change_for_active_pipes() local3913 if (cur_stream_status && in could_mpcc_tree_change_for_active_pipes()3918 if (cur_stream_status->plane_count > surface_count) { in could_mpcc_tree_change_for_active_pipes()3920 } else if (cur_stream_status->plane_count < surface_count) { in could_mpcc_tree_change_for_active_pipes()3927 if (cur_stream_status && in could_mpcc_tree_change_for_active_pipes()3932 if (cur_stream_status->plane_count > 2 && cur_stream_status->plane_count > surface_count) { in could_mpcc_tree_change_for_active_pipes()3934 } else if (surface_count > 2 && cur_stream_status->plane_count < surface_count) { in could_mpcc_tree_change_for_active_pipes()3959 if (cur_stream_status && subvp_active) { in could_mpcc_tree_change_for_active_pipes()3961 if (cur_stream_status->plane_count > surface_count) { in could_mpcc_tree_change_for_active_pipes()3963 } else if (cur_stream_status->plane_count < surface_count) { in could_mpcc_tree_change_for_active_pipes()