Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml_top_mcache.c27 int right_cache_id; in calculate_first_second_splitting() local
51 for (right_cache_id = num_boundaries - 1; right_cache_id >= -1; right_cache_id--) { in calculate_first_second_splitting()
52 if (right_cache_id >= 0) in calculate_first_second_splitting()
53 range_start = mcache_boundaries[right_cache_id] - shift; in calculate_first_second_splitting()
62 right_cache_id = (right_cache_id + 1) % num_boundaries; in calculate_first_second_splitting()
64 if (right_cache_id == left_cache_id) { in calculate_first_second_splitting()
70 } else if (right_cache_id == (left_cache_id + 1) % num_boundaries) { in calculate_first_second_splitting()
73 *second_offset = right_cache_id; in calculate_first_second_splitting()