Searched refs:VRatioInPrefetchSupported (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_lib.c | 314 …, %s]\n", mode_lib->vba.VRatioInPrefetchSupported[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
|
H A D | display_mode_vba.h | 758 bool VRatioInPrefetchSupported[DC__VOLTAGE_STATES][2]; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_util.c | 399 … Prefetch Supported : %s\n", mode_lib->ms.support.VRatioInPrefetchSupported[j] == tr… in dml_print_mode_support() 512 if (!fail_only || support->VRatioInPrefetchSupported[j] == 0) in dml_print_dml_mode_support_info() 513 … support: combine=%d, VRatioInPrefetchSupported = %d\n", j, support->VRatioInPrefetchSupported[j]); in dml_print_dml_mode_support_info()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_32.c | 1699 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true in mode_support_configuration() 3418 mode_lib->vba.VRatioInPrefetchSupported[i][j] = true; in dml32_ModeSupportAndSystemConfigurationFull() 3423 mode_lib->vba.VRatioInPrefetchSupported[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull() 3435 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml32_ModeSupportAndSystemConfigurationFull() 3556 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true && in dml32_ModeSupportAndSystemConfigurationFull()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 137 if (!fail_only || support->VRatioInPrefetchSupported == 0) in dml2_print_mode_support_info() 138 …_LOG_VERBOSE("DML: support: VRatioInPrefetchSupported = %d\n", support->VRatioInPrefetchSupported); in dml2_print_mode_support_info() 7572 mode_lib->ms.support.VRatioInPrefetchSupported = true; in dml_core_ms_prefetch_check() 7576 mode_lib->ms.support.VRatioInPrefetchSupported = false; in dml_core_ms_prefetch_check() 7579 …::%s: VRatioInPrefetchSupported = %u\n", __func__, mode_lib->ms.support.VRatioInPrefetchSupported); in dml_core_ms_prefetch_check() 7583 mode_lib->ms.support.PrefetchSupported &= mode_lib->ms.support.VRatioInPrefetchSupported; in dml_core_ms_prefetch_check() 9533 && mode_lib->ms.support.VRatioInPrefetchSupported in dml_core_mode_support() 13017 …out->informative.mode_support_info.VRatioInPrefetchSupported = mode_lib->ms.support.VRatioInPrefet… in dml2_core_calcs_get_informative()
|