Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml2_top_soc15.c336 int right_cache_id; in calculate_first_second_splitting() local
360 for (right_cache_id = num_boundaries - 1; right_cache_id >= -1; right_cache_id--) { in calculate_first_second_splitting()
361 if (right_cache_id >= 0) in calculate_first_second_splitting()
362 range_start = mcache_boundaries[right_cache_id] - shift; in calculate_first_second_splitting()
371 right_cache_id = (right_cache_id + 1) % num_boundaries; in calculate_first_second_splitting()
373 if (right_cache_id == left_cache_id) { in calculate_first_second_splitting()
379 } else if (right_cache_id == (left_cache_id + 1) % num_boundaries) { in calculate_first_second_splitting()
382 *second_offset = right_cache_id; in calculate_first_second_splitting()