Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c314 …, %s]\n", mode_lib->vba.VRatioInPrefetchSupported[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
H A Ddisplay_mode_vba.h758 bool VRatioInPrefetchSupported[DC__VOLTAGE_STATES][2]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1699 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true in mode_support_configuration()
3418 mode_lib->vba.VRatioInPrefetchSupported[i][j] = true; in dml32_ModeSupportAndSystemConfigurationFull()
3423 mode_lib->vba.VRatioInPrefetchSupported[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
3435 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml32_ModeSupportAndSystemConfigurationFull()
3556 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true && in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4716 v->VRatioInPrefetchSupported[i][j] = true; in dml30_ModeSupportAndSystemConfigurationFull()
4719 v->VRatioInPrefetchSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull()
4729 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { in dml30_ModeSupportAndSystemConfigurationFull()
4812 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… in dml30_ModeSupportAndSystemConfigurationFull()
4913 && v->TotalVerticalActiveBandwidthSupport[i][j] == 1 && v->VRatioInPrefetchSupported[i][j] == 1 in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h781 dml_bool_t VRatioInPrefetchSupported[2]; member
H A Ddisplay_mode_core.c6493 mode_lib->ms.support.VRatioInPrefetchSupported[j] = true; in dml_prefetch_check()
6500 mode_lib->ms.support.VRatioInPrefetchSupported[j] = false; in dml_prefetch_check()
6511 …ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.VRatioInPrefetchSupported[j] == tr… in dml_prefetch_check()
6626 mode_lib->ms.support.VRatioInPrefetchSupported[j] == true && in dml_prefetch_check()
8182 && mode_lib->ms.support.VRatioInPrefetchSupported[j] == true in dml_core_mode_support()