Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_soc_parameter_types.h150 unsigned int mall_allocated_for_dcn_mbytes; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/bounding_boxes/
H A Ddcn4_soc_bb.h318 .mall_allocated_for_dcn_mbytes = 64,
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h199 double mall_allocated_for_dcn_mbytes; member
H A Ddisplay_mode_vba.c346 mode_lib->vba.MALLAllocatedForDCNFinal = soc->mall_allocated_for_dcn_mbytes; in fetch_socbb_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c275 out->mall_allocated_for_dcn_mbytes = dml2->config.mall_cfg.max_cab_allocation_bytes / 1048576; // 64 or 32 MB; in dml2_init_socbb_params()
316 out->mall_allocated_for_dcn_mbytes = dml2->config.mall_cfg.max_cab_allocation_bytes / 1048576; // 64; in dml2_init_socbb_params()
689 out->mall_allocated_for_dcn_mbytes = (dml_uint_t)in_soc_params->mall_allocated_for_dcn_mbytes; in dml2_translate_socbb_params()
H A Ddisplay_mode_util.c682 dml_print("DML: soc_bbox: mall_allocated_for_dcn_mbytes = %d\n", soc->mall_allocated_for_dcn_mbytes); in dml_print_soc_bounding_box()
H A Ddisplay_mode_core_structs.h357 dml_uint_t mall_allocated_for_dcn_mbytes; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c284 dml_soc_bb->mall_allocated_for_dcn_mbytes = in_dc->caps.mall_size_total / 1048576; in override_dml_init_with_values_from_vbios()
287 dml_soc_bb->mall_allocated_for_dcn_mbytes = in_dc->caps.mall_size_total / 1048576; in override_dml_init_with_values_from_vbios()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c6307 unsigned int mall_allocated_for_dcn_mbytes, in check_urgent_bandwidth_support() argument
6337 if (mall_allocated_for_dcn_mbytes > 0) { in check_urgent_bandwidth_support()
6347 if (mall_allocated_for_dcn_mbytes > 0) in check_urgent_bandwidth_support()
6352 if (mall_allocated_for_dcn_mbytes > 0) { in check_urgent_bandwidth_support()
7672 mode_lib->soc.mall_allocated_for_dcn_mbytes, in dml_core_ms_prefetch_check()
8838 if (mode_lib->soc.mall_allocated_for_dcn_mbytes == 0) { in dml_core_mode_support()
8846 mode_lib->soc.mall_allocated_for_dcn_mbytes, in dml_core_mode_support()
8918 CalculateVMRowAndSwath_params->MALLAllocatedForDCN = mode_lib->soc.mall_allocated_for_dcn_mbytes; in dml_core_mode_support()
9443 if (!mode_lib->ms.support.avg_bandwidth_support_ok[m][n] && (m == dml2_core_internal_soc_state_sys_active || mode_lib->soc.mall_allocated_for_dcn_mbytes > 0)) { in dml_core_mode_support()
10635 if (mode_lib->soc.mall_allocated_for_dcn_mbytes in dml_core_mode_programming()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c156 .mall_allocated_for_dcn_mbytes = 64,
3129 dcn3_2_soc.mall_allocated_for_dcn_mbytes = (double)(dcn32_calc_num_avail_chans_for_mall(dc, in dcn32_update_bw_bounding_box_fpu()