Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4339 struct dc_stream_status *cur_stream_status = stream_get_status(dc->current_state, stream); in could_mpcc_tree_change_for_active_pipes() local
4346 if (cur_stream_status && in could_mpcc_tree_change_for_active_pipes()
4351 if (cur_stream_status->plane_count > surface_count) { in could_mpcc_tree_change_for_active_pipes()
4353 } else if (cur_stream_status->plane_count < surface_count) { in could_mpcc_tree_change_for_active_pipes()
4360 if (cur_stream_status && in could_mpcc_tree_change_for_active_pipes()
4365 if (cur_stream_status->plane_count > 2 && cur_stream_status->plane_count > surface_count) { in could_mpcc_tree_change_for_active_pipes()
4367 } else if (surface_count > 2 && cur_stream_status->plane_count < surface_count) { in could_mpcc_tree_change_for_active_pipes()
4392 if (cur_stream_status && subvp_active) { in could_mpcc_tree_change_for_active_pipes()
4394 if (cur_stream_status->plane_count > surface_count) { in could_mpcc_tree_change_for_active_pipes()
4396 } else if (cur_stream_status->plane_count < surface_count) { in could_mpcc_tree_change_for_active_pipes()