Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c55 uint32_t cache_lines_used = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
132 cache_lines_used += cache_lines_per_plane; in dcn32_helper_calculate_num_ways_for_subvp()
138 num_ways = cache_lines_used / lines_per_way; in dcn32_helper_calculate_num_ways_for_subvp()
139 if (cache_lines_used % lines_per_way > 0) in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_hwseq.c224 uint32_t cache_lines_used = 0; in dcn32_calculate_cab_allocation() local
273 cache_lines_used += cache_lines_per_plane; in dcn32_calculate_cab_allocation()
311 cache_lines_used += (((cursor_size + DCN3_2_MALL_MBLK_SIZE_BYTES - 1) / in dcn32_calculate_cab_allocation()
322 num_ways = cache_lines_used / lines_per_way; in dcn32_calculate_cab_allocation()
324 if (cache_lines_used % lines_per_way > 0) in dcn32_calculate_cab_allocation()