Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_wrapper.h50 unsigned int max_cab_allocation_bytes; member
A Ddml2_mall_phantom.c92 …total_cache_lines = ctx->config.mall_cfg.max_cab_allocation_bytes / ctx->config.mall_cfg.cache_lin… in dml2_helper_calculate_num_ways_for_subvp()
A Ddml2_translation_helper.c275 …out->mall_allocated_for_dcn_mbytes = dml2->config.mall_cfg.max_cab_allocation_bytes / 1048576; // … in dml2_init_socbb_params()
316 …out->mall_allocated_for_dcn_mbytes = dml2->config.mall_cfg.max_cab_allocation_bytes / 1048576; // … in dml2_init_socbb_params()
/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.c1612 dc->caps.max_cab_allocation_bytes = dcn401_calc_num_avail_chans_for_mall( in dcn401_update_bw_bounding_box()
1615 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn401_update_bw_bounding_box()
1889 dc->caps.max_cab_allocation_bytes = dcn401_calc_num_avail_chans_for_mall( in dcn401_resource_construct()
1892 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn401_resource_construct()
2233 dc->dml2_options.mall_cfg.max_cab_allocation_bytes = dc->caps.max_cab_allocation_bytes; in dcn401_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn32/
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()
2211 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn32_resource_construct()
2214 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
2537 dc->dml2_options.mall_cfg.max_cab_allocation_bytes = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
/drivers/gpu/drm/amd/display/dc/resource/dcn321/
A Ddcn321_resource.c1719 dc->caps.max_cab_allocation_bytes = dcn32_calc_num_avail_chans_for_mall( in dcn321_resource_construct()
1722 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()
/drivers/gpu/drm/amd/display/dc/
A Ddc.h330 uint32_t max_cab_allocation_bytes; member

Completed in 34 milliseconds