Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2198 …nt dcn32_calculate_mall_ways_from_bytes(const struct dc *dc, unsigned int total_size_in_mall_bytes) in dcn32_calculate_mall_ways_from_bytes() argument
2202 if (total_size_in_mall_bytes == 0) { in dcn32_calculate_mall_ways_from_bytes()
2211 cache_lines_used = total_size_in_mall_bytes / dc->caps.cache_line_size + 2; in dcn32_calculate_mall_ways_from_bytes()