Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1650 dc->caps.max_cab_allocation_bytes = dcn401_calc_num_avail_chans_for_mall( in dcn401_update_bw_bounding_box()
1653 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn401_update_bw_bounding_box()
1930 dc->caps.max_cab_allocation_bytes = dcn401_calc_num_avail_chans_for_mall( in dcn401_resource_construct()
1933 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn401_resource_construct()
2283 dc->dml2_options.mall_cfg.max_cab_allocation_bytes = dc->caps.max_cab_allocation_bytes; in dcn401_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2031 if (dc->caps.max_cab_allocation_bytes == 0) { in dcn32_calculate_mall_ways_from_bytes()
2038 total_cache_lines = dc->caps.max_cab_allocation_bytes / dc->caps.cache_line_size; in dcn32_calculate_mall_ways_from_bytes()
2212 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn32_resource_construct()
2215 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
2539 dc->dml2_options.mall_cfg.max_cab_allocation_bytes = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1718 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn321_resource_construct()
1721 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn321_resource_construct()
2036 dc->dml2_options.mall_cfg.max_cab_allocation_bytes = dc->caps.max_cab_allocation_bytes; in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h348 uint32_t max_cab_allocation_bytes; member