Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c57 uint32_t total_cache_lines = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
136 total_cache_lines = dc->caps.max_cab_allocation_bytes / dc->caps.cache_line_size; in dcn32_helper_calculate_num_ways_for_subvp()
137 lines_per_way = total_cache_lines / dc->caps.cache_num_ways; in dcn32_helper_calculate_num_ways_for_subvp()