Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h99 unsigned int total_size_in_mall_bytes);
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2061 …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
2065 if (total_size_in_mall_bytes == 0) { in dcn32_calculate_mall_ways_from_bytes()
2074 cache_lines_used = total_size_in_mall_bytes / dc->caps.cache_line_size + 2; in dcn32_calculate_mall_ways_from_bytes()