Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h509 bool VRatioInPrefetchSupported[DC__VOLTAGE_STATES + 1][2]; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4817 locals->VRatioInPrefetchSupported[i][j] = true; in dml20_ModeSupportAndSystemConfigurationFull()
4822 locals->VRatioInPrefetchSupported[i][j] = false; in dml20_ModeSupportAndSystemConfigurationFull()
4825 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20_ModeSupportAndSystemConfigurationFull()
4829 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20_ModeSupportAndSystemConfigurationFull()
5047 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c4851 locals->VRatioInPrefetchSupported[i][j] = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
4856 locals->VRatioInPrefetchSupported[i][j] = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
4859 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20v2_ModeSupportAndSystemConfigurationFull()
4863 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
5078 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c4851 locals->VRatioInPrefetchSupported[i][j] = true; in dml21_ModeSupportAndSystemConfigurationFull()
4856 locals->VRatioInPrefetchSupported[i][j] = false; in dml21_ModeSupportAndSystemConfigurationFull()
4872 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml21_ModeSupportAndSystemConfigurationFull()
4876 if (locals->PrefetchSupported[i][j] == true && locals->VRatioInPrefetchSupported[i][j] == true) { in dml21_ModeSupportAndSystemConfigurationFull()
5148 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml21_ModeSupportAndSystemConfigurationFull()