Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c305 if (!fail_only || support->ExceededMALLSize == 1) in dml2_core_utils_print_mode_support_info()
306 DML_LOG_VERBOSE("DML: support: ExceededMALLSize = %d\n", support->ExceededMALLSize); in dml2_core_utils_print_mode_support_info()
H A Ddml2_core_shared_types.h241 bool ExceededMALLSize; member
H A Ddml2_core_dcn4_calcs.c143 if (!fail_only || support->ExceededMALLSize == 1) in dml2_print_mode_support_info()
144 DML_LOG_VERBOSE("DML: support: ExceededMALLSize = %d\n", support->ExceededMALLSize); in dml2_print_mode_support_info()
4543 bool *ExceededMALLSize) in CalculateSurfaceSizeInMall() argument
4589 *ExceededMALLSize = (TotalSurfaceSizeInMALLForSS > MALLAllocatedForDCNInBytes) || in CalculateSurfaceSizeInMall()
4596 DML_LOG_VERBOSE("DML::%s: ExceededMALLSize = %u\n", __func__, *ExceededMALLSize); in CalculateSurfaceSizeInMall()
8841 mode_lib->ms.support.ExceededMALLSize = 0; in dml_core_mode_support()
8861 &mode_lib->ms.support.ExceededMALLSize); in dml_core_mode_support()
9536 && !mode_lib->ms.support.ExceededMALLSize in dml_core_mode_support()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c403 dml_print("DML: MODE SUPPORT: Exceeded MALL Size : %s\n", mode_lib->ms.support.ExceededMALLSize == false ? "Supported" : "NOT Supported"); 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()
H A Ddisplay_mode_core_structs.h757 dml_bool_t ExceededMALLSize; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h321 bool ExceededMALLSize; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1200 bool ExceededMALLSize; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c421 .dummy_boolean2); /* Boolean *ExceededMALLSize */ in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1703 && !mode_lib->vba.ExceededMALLSize in mode_support_configuration()
2683 &mode_lib->vba.ExceededMALLSize); in dml32_ModeSupportAndSystemConfigurationFull()