Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c42 uint32_t cache_lines_used, lines_per_way, total_cache_lines, num_ways; in dcn32_helper_mall_bytes_to_ways() local
45 cache_lines_used = total_size_in_mall_bytes / dc->caps.cache_line_size + 2; in dcn32_helper_mall_bytes_to_ways()
49 num_ways = cache_lines_used / lines_per_way; in dcn32_helper_mall_bytes_to_ways()
50 if (cache_lines_used % lines_per_way > 0) in dcn32_helper_mall_bytes_to_ways()