Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2028 uint32_t cache_lines_used, lines_per_way, total_cache_lines, num_ways; in dcn32_calculate_mall_ways_from_bytes() local
2041 total_cache_lines = dc->caps.max_cab_allocation_bytes / dc->caps.cache_line_size; in dcn32_calculate_mall_ways_from_bytes()
2042 lines_per_way = total_cache_lines / dc->caps.cache_num_ways; in dcn32_calculate_mall_ways_from_bytes()