Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c47 total_cache_lines = dc->caps.max_cab_allocation_bytes / dc->caps.cache_line_size; in dcn32_helper_mall_bytes_to_ways()
Ddcn32_resource.c2153 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn32_resource_construct()
2156 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1701 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn321_resource_construct()
1704 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn321_resource_construct()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc.h266 uint32_t max_cab_allocation_bytes; member