Home
last modified time | relevance | path

Searched refs:SourceFormatPixelAndScanSupport (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c79 if (!fail_only || support->SourceFormatPixelAndScanSupport == 0) in dml2_core_utils_print_mode_support_info()
80 …("DML: support: SourceFormatPixelAndScanSupport = %d\n", support->SourceFormatPixelAndScanSupport); in dml2_core_utils_print_mode_support_info()
A Ddml2_core_shared_types.h216 bool SourceFormatPixelAndScanSupport; member
A Ddml2_core_shared.c863 mode_lib->ms.support.SourceFormatPixelAndScanSupport = true; in dml2_core_shared_mode_support()
866 mode_lib->ms.support.SourceFormatPixelAndScanSupport = false; in dml2_core_shared_mode_support()
2752 && mode_lib->ms.support.SourceFormatPixelAndScanSupport in dml2_core_shared_mode_support()
2860 if (!fail_only || support->SourceFormatPixelAndScanSupport == 0) in dml2_print_dml_mode_support_info()
2861 …DML: support: SourceFormatPixelAndScanSupport = 0x%x\n", support->SourceFormatPixelAndScanSupport); in dml2_print_dml_mode_support_info()
12076 …t->informative.mode_support_info.SourceFormatPixelAndScanSupport = mode_lib->ms.support.SourceForm… in dml2_core_shared_get_informative()
A Ddml2_core_dcn4_calcs.c56 if (!fail_only || support->SourceFormatPixelAndScanSupport == 0) in dml2_print_mode_support_info()
57 …("DML: support: SourceFormatPixelAndScanSupport = %d\n", support->SourceFormatPixelAndScanSupport); in dml2_print_mode_support_info()
7137 mode_lib->ms.support.SourceFormatPixelAndScanSupport = true; in dml_core_mode_support()
7140 mode_lib->ms.support.SourceFormatPixelAndScanSupport = false; in dml_core_mode_support()
9128 && mode_lib->ms.support.SourceFormatPixelAndScanSupport in dml_core_mode_support()
12540 …t->informative.mode_support_info.SourceFormatPixelAndScanSupport = mode_lib->ms.support.SourceForm… in dml2_core_calcs_get_informative()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_util.c360 …e Format Pixel And Scan : %s\n", mode_lib->ms.support.SourceFormatPixelAndScanSupport == tr… in dml_print_mode_support()
423 if (!fail_only || support->SourceFormatPixelAndScanSupport == 0) in dml_print_dml_mode_support_info()
424 …DML: support: SourceFormatPixelAndScanSupport = 0x%x\n", support->SourceFormatPixelAndScanSupport); in dml_print_dml_mode_support_info()
A Ddisplay_mode_core_structs.h676 dml_bool_t SourceFormatPixelAndScanSupport; member
A Ddisplay_mode_core.c6782 mode_lib->ms.support.SourceFormatPixelAndScanSupport = true; in dml_core_mode_support()
6785 mode_lib->ms.support.SourceFormatPixelAndScanSupport = false; in dml_core_mode_support()
8130 && mode_lib->ms.support.SourceFormatPixelAndScanSupport == true in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_types.h305 bool SourceFormatPixelAndScanSupport; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_lib.c297 … Source Format Pixel And Scan : %s\n", mode_lib->vba.SourceFormatPixelAndScanSupport ? "Su… in dml_log_mode_support_params()
A Ddisplay_mode_vba.h614 bool SourceFormatPixelAndScanSupport; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c3839 v->SourceFormatPixelAndScanSupport = true;
3844 v->SourceFormatPixelAndScanSupport = false;
5444 …if (v->ScaleRatioAndTapsSupport == true && v->SourceFormatPixelAndScanSupport == true && v->Viewpo…
5465 if (v->SourceFormatPixelAndScanSupport == false)
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c3932 v->SourceFormatPixelAndScanSupport = true;
3935 v->SourceFormatPixelAndScanSupport = false;
5530 …if (v->ScaleRatioAndTapsSupport == true && v->SourceFormatPixelAndScanSupport == true && v->Viewpo…
5557 } else if (!v->SourceFormatPixelAndScanSupport) {
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_mode_vba_20.c3332 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml20_ModeSupportAndSystemConfigurationFull()
3370 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5026 } else if (mode_lib->vba.SourceFormatPixelAndScanSupport != true) { in dml20_ModeSupportAndSystemConfigurationFull()
A Ddisplay_mode_vba_20v2.c3439 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
3477 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5142 } else if (mode_lib->vba.SourceFormatPixelAndScanSupport != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_mode_vba_32.c1661 && mode_lib->vba.SourceFormatPixelAndScanSupport == true in mode_support_configuration()
1793 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml32_ModeSupportAndSystemConfigurationFull()
1798 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c3566 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml21_ModeSupportAndSystemConfigurationFull()
3604 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5143 } else if (!mode_lib->vba.SourceFormatPixelAndScanSupport) { in dml21_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c3609 v->SourceFormatPixelAndScanSupport = true; in dml30_ModeSupportAndSystemConfigurationFull()
3614 v->SourceFormatPixelAndScanSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
5145 …if (v->ScaleRatioAndTapsSupport == 1 && v->SourceFormatPixelAndScanSupport == 1 && v->ViewportSize… in dml30_ModeSupportAndSystemConfigurationFull()

Completed in 176 milliseconds