Home
last modified time | relevance | path

Searched refs:ExceededMALLSize (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c161 if (!fail_only || support->ExceededMALLSize == 1) in dml2_core_utils_print_mode_support_info()
162 dml2_printf("DML: support: ExceededMALLSize = %d\n", support->ExceededMALLSize); in dml2_core_utils_print_mode_support_info()
A Ddml2_core_shared_types.h238 bool ExceededMALLSize; member
A Ddml2_core_shared.c466 bool *ExceededMALLSize);
1622 mode_lib->ms.support.ExceededMALLSize = 0; in dml2_core_shared_mode_support()
1642 &mode_lib->ms.support.ExceededMALLSize); in dml2_core_shared_mode_support()
2794 && !mode_lib->ms.support.ExceededMALLSize in dml2_core_shared_mode_support()
2894 if (!fail_only || support->ExceededMALLSize == 1) in dml2_print_dml_mode_support_info()
2895 dml2_printf("DML: support: ExceededMALLSize = 0x%x\n", support->ExceededMALLSize); in dml2_print_dml_mode_support_info()
7010 bool *ExceededMALLSize) in CalculateSurfaceSizeInMall() argument
7085 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()
7092 dml2_printf("DML::%s: ExceededMALLSize = %u\n", __func__, *ExceededMALLSize); in CalculateSurfaceSizeInMall()
12097 out->informative.mode_support_info.ExceededMALLSize = mode_lib->ms.support.ExceededMALLSize; in dml2_core_shared_get_informative()
A Ddml2_core_dcn4_calcs.c138 if (!fail_only || support->ExceededMALLSize == 1) in dml2_print_mode_support_info()
139 dml2_printf("DML: support: ExceededMALLSize = %d\n", support->ExceededMALLSize); in dml2_print_mode_support_info()
4510 bool *ExceededMALLSize) in CalculateSurfaceSizeInMall() argument
4556 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()
4563 dml2_printf("DML::%s: ExceededMALLSize = %u\n", __func__, *ExceededMALLSize); in CalculateSurfaceSizeInMall()
7955 mode_lib->ms.support.ExceededMALLSize = 0; in dml_core_mode_support()
7975 &mode_lib->ms.support.ExceededMALLSize); in dml_core_mode_support()
9169 && !mode_lib->ms.support.ExceededMALLSize in dml_core_mode_support()
12561 out->informative.mode_support_info.ExceededMALLSize = mode_lib->ms.support.ExceededMALLSize; in dml2_core_calcs_get_informative()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_util.c403 …ded MALL Size : %s\n", mode_lib->ms.support.ExceededMALLSize == false ? "S… in dml_print_mode_support()
459 if (!fail_only || support->ExceededMALLSize == 1) in dml_print_dml_mode_support_info()
460 dml_print("DML: support: ExceededMALLSize = 0x%x\n", support->ExceededMALLSize); in dml_print_dml_mode_support_info()
A Ddisplay_mode_core_structs.h699 dml_bool_t ExceededMALLSize; member
A Ddisplay_mode_core.c696 dml_bool_t *ExceededMALLSize);
4755 dml_bool_t *ExceededMALLSize) in CalculateSurfaceSizeInMall()
4805 *ExceededMALLSize = (TotalSurfaceSizeInMALL > MALLAllocatedForDCN * 1024 * 1024); in CalculateSurfaceSizeInMall()
7619 &mode_lib->ms.support.ExceededMALLSize); in dml_core_mode_support()
8175 && !mode_lib->ms.support.ExceededMALLSize in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_types.h326 bool ExceededMALLSize; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_mode_vba_util_32.h367 bool *ExceededMALLSize);
A Ddisplay_mode_vba_util_32.c1799 bool *ExceededMALLSize) in dml32_CalculateSurfaceSizeInMall()
1902 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in dml32_CalculateSurfaceSizeInMall()
A Ddisplay_mode_vba_32.c1703 && !mode_lib->vba.ExceededMALLSize in mode_support_configuration()
2683 &mode_lib->vba.ExceededMALLSize); in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h1200 bool ExceededMALLSize; member

Completed in 920 milliseconds