Searched refs:cache_lines_per_plane (Results 1 – 2 of 2) sorted by relevance
60 uint32_t cache_lines_per_plane = 0; in dcn32_helper_calculate_num_ways_for_subvp() local127 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()
225 uint32_t cache_lines_per_plane = 0; in dcn32_calculate_cab_allocation() local272 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()