Home
last modified time | relevance | path

Searched refs:max_shift (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.c398 int max_shift = 0xFFFF; in find_shift_for_valid_cache_id_assignment() local
409 if (max_shift > (int)slice_width) { in find_shift_for_valid_cache_id_assignment()
410 max_shift = slice_width; in find_shift_for_valid_cache_id_assignment()
414 for (*shift = 0; *shift <= max_shift; *shift += shift_granularity) { in find_shift_for_valid_cache_id_assignment()