Home
last modified time | relevance | path

Searched refs:left_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.c26 int left_cache_id; in calculate_first_second_splitting() local
41 for (left_cache_id = 0; left_cache_id < num_boundaries; left_cache_id++) { in calculate_first_second_splitting()
42 range_end = mcache_boundaries[left_cache_id] - shift - 1; in calculate_first_second_splitting()
64 if (right_cache_id == left_cache_id) { in calculate_first_second_splitting()
66 *first_offset = 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()
72 *first_offset = left_cache_id; in calculate_first_second_splitting()