Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c281 …, %s]\n", mode_lib->vba.VRatioInPrefetchSupported[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
H A Ddisplay_mode_vba.h526 bool VRatioInPrefetchSupported[DC__VOLTAGE_STATES][2]; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c4825 locals->VRatioInPrefetchSupported[i][j] = true; in dml20_ModeSupportAndSystemConfigurationFull()
4830 locals->VRatioInPrefetchSupported[i][j] = false; in dml20_ModeSupportAndSystemConfigurationFull()
4833 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20_ModeSupportAndSystemConfigurationFull()
4837 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20_ModeSupportAndSystemConfigurationFull()
5055 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c4907 locals->VRatioInPrefetchSupported[i][j] = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
4912 locals->VRatioInPrefetchSupported[i][j] = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
4915 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20v2_ModeSupportAndSystemConfigurationFull()
4919 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
5134 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c4868 locals->VRatioInPrefetchSupported[i][j] = true; in dml21_ModeSupportAndSystemConfigurationFull()
4873 locals->VRatioInPrefetchSupported[i][j] = false; in dml21_ModeSupportAndSystemConfigurationFull()
4889 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml21_ModeSupportAndSystemConfigurationFull()
4893 if (locals->PrefetchSupported[i][j] == true && locals->VRatioInPrefetchSupported[i][j] == true) { in dml21_ModeSupportAndSystemConfigurationFull()
5165 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml21_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5070 v->VRatioInPrefetchSupported[i][j] = true; in dml30_ModeSupportAndSystemConfigurationFull()
5073 v->VRatioInPrefetchSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull()
5083 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { in dml30_ModeSupportAndSystemConfigurationFull()
5166 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… in dml30_ModeSupportAndSystemConfigurationFull()
5306 && v->TotalVerticalActiveBandwidthSupport[i][j] == 1 && v->VRatioInPrefetchSupported[i][j] == 1 in dml30_ModeSupportAndSystemConfigurationFull()