Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A 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()
H A Ddcn32_resource.c2161 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn32_resource_construct()
2164 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1703 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn321_resource_construct()
1706 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn321_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h266 uint32_t max_cab_allocation_bytes; member