Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c58 uint32_t bytes_in_mall = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
124 bytes_in_mall = num_mblks * DCN3_2_MALL_MBLK_SIZE_BYTES; in dcn32_helper_calculate_num_ways_for_subvp()
127 cache_lines_per_plane = bytes_in_mall / dc->caps.cache_line_size + 2; in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_hwseq.c223 uint32_t bytes_in_mall = 0; in dcn32_calculate_cab_allocation() local
267 bytes_in_mall = num_mblks * DCN3_2_MALL_MBLK_SIZE_BYTES; in dcn32_calculate_cab_allocation()
272 cache_lines_per_plane = bytes_in_mall / dc->caps.cache_line_size + 2; in dcn32_calculate_cab_allocation()