Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c264 … Source Format Pixel And Scan : %s\n", mode_lib->vba.SourceFormatPixelAndScanSupport ? "Su… in dml_log_mode_support_params()
Ddisplay_mode_vba.h427 bool SourceFormatPixelAndScanSupport; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c3332 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml20_ModeSupportAndSystemConfigurationFull()
3370 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5020 } else if (mode_lib->vba.SourceFormatPixelAndScanSupport != true) { in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c3404 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
3442 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5098 } else if (mode_lib->vba.SourceFormatPixelAndScanSupport != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c3439 mode_lib->vba.SourceFormatPixelAndScanSupport = true; in dml21_ModeSupportAndSystemConfigurationFull()
3477 mode_lib->vba.SourceFormatPixelAndScanSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5126 } else if (mode_lib->vba.SourceFormatPixelAndScanSupport != true) { in dml21_ModeSupportAndSystemConfigurationFull()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c3702 v->SourceFormatPixelAndScanSupport = true; in dml30_ModeSupportAndSystemConfigurationFull()
3707 v->SourceFormatPixelAndScanSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
5320 …if (v->ScaleRatioAndTapsSupport == 1 && v->SourceFormatPixelAndScanSupport == 1 && v->ViewportSize… in dml30_ModeSupportAndSystemConfigurationFull()