Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c359 …ale Ratio And Taps : %s\n", mode_lib->ms.support.ScaleRatioAndTapsSupport == true ?… in dml_print_mode_support()
421 if (!fail_only || support->ScaleRatioAndTapsSupport == 0) in dml_print_dml_mode_support_info()
422 dml_print("DML: support: ScaleRatioAndTapsSupport = 0x%x\n", support->ScaleRatioAndTapsSupport); in dml_print_dml_mode_support_info()
H A Ddisplay_mode_core_structs.h732 dml_bool_t ScaleRatioAndTapsSupport; member
H A Ddisplay_mode_core.c6816 mode_lib->ms.support.ScaleRatioAndTapsSupport = true; in dml_core_mode_support()
6830 mode_lib->ms.support.ScaleRatioAndTapsSupport = false; in dml_core_mode_support()
6850 mode_lib->ms.support.ScaleRatioAndTapsSupport = false; in dml_core_mode_support()
8140 if (mode_lib->ms.support.ScaleRatioAndTapsSupport == true in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c296 … Scale Ratio And Taps : %s\n", mode_lib->vba.ScaleRatioAndTapsSupport ? "Suppor… in dml_log_mode_support_params()
H A Ddisplay_mode_vba.h613 bool ScaleRatioAndTapsSupport; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1660 if (mode_lib->vba.ScaleRatioAndTapsSupport == true in mode_support_configuration()
1747 mode_lib->vba.ScaleRatioAndTapsSupport = true; in dml32_ModeSupportAndSystemConfigurationFull()
1759 mode_lib->vba.ScaleRatioAndTapsSupport = false; in dml32_ModeSupportAndSystemConfigurationFull()
1788 mode_lib->vba.ScaleRatioAndTapsSupport = false; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c3393 v->ScaleRatioAndTapsSupport = true; in dml30_ModeSupportAndSystemConfigurationFull()
3407 v->ScaleRatioAndTapsSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
3431 v->ScaleRatioAndTapsSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
4905 …if (v->ScaleRatioAndTapsSupport == 1 && v->SourceFormatPixelAndScanSupport == 1 && v->ViewportSize… in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c59 if (!fail_only || support->ScaleRatioAndTapsSupport == 0) in dml2_print_mode_support_info()
60 …ML_LOG_VERBOSE("DML: support: ScaleRatioAndTapsSupport = %d\n", support->ScaleRatioAndTapsSupport); in dml2_print_mode_support_info()
8027 mode_lib->ms.support.ScaleRatioAndTapsSupport = true; in dml_core_mode_support()
8036 mode_lib->ms.support.ScaleRatioAndTapsSupport = false; in dml_core_mode_support()
8052 mode_lib->ms.support.ScaleRatioAndTapsSupport = false; in dml_core_mode_support()
9541 if (mode_lib->ms.support.ScaleRatioAndTapsSupport in dml_core_mode_support()
13021 …out->informative.mode_support_info.ScaleRatioAndTapsSupport = mode_lib->ms.support.ScaleRatioAndTa… in dml2_core_calcs_get_informative()