Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c60 uint32_t cache_lines_per_plane = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
127 cache_lines_per_plane = bytes_in_mall / dc->caps.cache_line_size + 2; in dcn32_helper_calculate_num_ways_for_subvp()
131 cache_lines_per_plane = cache_lines_per_plane + (cache_lines_per_plane / 256) + 1; in dcn32_helper_calculate_num_ways_for_subvp()
132 cache_lines_used += cache_lines_per_plane; in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_hwseq.c225 uint32_t cache_lines_per_plane = 0; in dcn32_calculate_cab_allocation() local
272 cache_lines_per_plane = bytes_in_mall / dc->caps.cache_line_size + 2; in dcn32_calculate_cab_allocation()
273 cache_lines_used += cache_lines_per_plane; in dcn32_calculate_cab_allocation()