Home
last modified time | relevance | path

Searched refs:max_shift (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.c89 int max_shift = 0xFFFF; in find_shift_for_valid_cache_id_assignment() local
100 if (max_shift > (int)slice_width) { in find_shift_for_valid_cache_id_assignment()
101 max_shift = slice_width; in find_shift_for_valid_cache_id_assignment()
105 for (*shift = 0; *shift <= max_shift; *shift += shift_granularity) { in find_shift_for_valid_cache_id_assignment()