Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn60/
H A Ddcn60_resource.c815 static bool dc_calculate_first_second_splitting(const int *mcache_boundaries, int num_boundaries, i… in dc_calculate_first_second_splitting() argument
825 if (num_boundaries <= 1) { in dc_calculate_first_second_splitting()
834 for (left_cache_id = 0; left_cache_id < num_boundaries; left_cache_id++) { in dc_calculate_first_second_splitting()
844 for (right_cache_id = num_boundaries - 1; right_cache_id >= -1; right_cache_id--) { in dc_calculate_first_second_splitting()
855 right_cache_id = (right_cache_id + 1) % num_boundaries; in dc_calculate_first_second_splitting()
863 } else if (right_cache_id == (left_cache_id + 1) % num_boundaries) { in dc_calculate_first_second_splitting()