Searched refs:VRatioInPrefetchSupported (Results 1 – 16 of 16) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_lib.c | 314 …, %s]\n", mode_lib->vba.VRatioInPrefetchSupported[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
|
| A D | display_mode_vba.h | 758 bool VRatioInPrefetchSupported[DC__VOLTAGE_STATES][2]; member
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_utils.c | 299 if (!fail_only || support->VRatioInPrefetchSupported == 0) in dml2_core_utils_print_mode_support_info() 300 …_LOG_VERBOSE("DML: support: VRatioInPrefetchSupported = %d\n", support->VRatioInPrefetchSupported); in dml2_core_utils_print_mode_support_info()
|
| A D | dml2_core_shared_types.h | 270 bool VRatioInPrefetchSupported; member
|
| A D | dml2_core_dcn4_calcs.c | 137 if (!fail_only || support->VRatioInPrefetchSupported == 0) in dml2_print_mode_support_info() 138 …_LOG_VERBOSE("DML: support: VRatioInPrefetchSupported = %d\n", support->VRatioInPrefetchSupported); in dml2_print_mode_support_info() 7572 mode_lib->ms.support.VRatioInPrefetchSupported = true; in dml_core_ms_prefetch_check() 7576 mode_lib->ms.support.VRatioInPrefetchSupported = false; in dml_core_ms_prefetch_check() 7579 …::%s: VRatioInPrefetchSupported = %u\n", __func__, mode_lib->ms.support.VRatioInPrefetchSupported); in dml_core_ms_prefetch_check() 7583 mode_lib->ms.support.PrefetchSupported &= mode_lib->ms.support.VRatioInPrefetchSupported; in dml_core_ms_prefetch_check() 9533 && mode_lib->ms.support.VRatioInPrefetchSupported in dml_core_mode_support() 13017 …out->informative.mode_support_info.VRatioInPrefetchSupported = mode_lib->ms.support.VRatioInPrefet… in dml2_core_calcs_get_informative()
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_util.c | 399 … Prefetch Supported : %s\n", mode_lib->ms.support.VRatioInPrefetchSupported[j] == tr… in dml_print_mode_support() 512 if (!fail_only || support->VRatioInPrefetchSupported[j] == 0) in dml_print_dml_mode_support_info() 513 … support: combine=%d, VRatioInPrefetchSupported = %d\n", j, support->VRatioInPrefetchSupported[j]); in dml_print_dml_mode_support_info()
|
| A D | display_mode_core_structs.h | 782 dml_bool_t VRatioInPrefetchSupported[2]; member
|
| A D | display_mode_core.c | 6493 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() 8174 && mode_lib->ms.support.VRatioInPrefetchSupported[j] == true in dml_core_mode_support()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_types.h | 341 bool VRatioInPrefetchSupported; member
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_32.c | 1699 && 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()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| A D | display_mode_vba_20.c | 4827 locals->VRatioInPrefetchSupported[i][j] = true; in dml20_ModeSupportAndSystemConfigurationFull() 4832 locals->VRatioInPrefetchSupported[i][j] = false; in dml20_ModeSupportAndSystemConfigurationFull() 4835 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20_ModeSupportAndSystemConfigurationFull() 4839 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20_ModeSupportAndSystemConfigurationFull() 5057 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20_ModeSupportAndSystemConfigurationFull()
|
| A D | display_mode_vba_20v2.c | 4946 locals->VRatioInPrefetchSupported[i][j] = true; in dml20v2_ModeSupportAndSystemConfigurationFull() 4951 locals->VRatioInPrefetchSupported[i][j] = false; in dml20v2_ModeSupportAndSystemConfigurationFull() 4954 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20v2_ModeSupportAndSystemConfigurationFull() 4958 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20v2_ModeSupportAndSystemConfigurationFull() 5173 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| A D | display_mode_vba_21.c | 4882 locals->VRatioInPrefetchSupported[i][j] = true; in dml21_ModeSupportAndSystemConfigurationFull() 4887 locals->VRatioInPrefetchSupported[i][j] = false; in dml21_ModeSupportAndSystemConfigurationFull() 4903 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml21_ModeSupportAndSystemConfigurationFull() 4907 if (locals->PrefetchSupported[i][j] == true && locals->VRatioInPrefetchSupported[i][j] == true) { in dml21_ModeSupportAndSystemConfigurationFull() 5179 } else if (!locals->VRatioInPrefetchSupported[i][j]) { in dml21_ModeSupportAndSystemConfigurationFull()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_mode_vba_31.c | 5246 v->VRatioInPrefetchSupported[i][j] = true; 5249 v->VRatioInPrefetchSupported[i][j] = false; 5261 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { 5327 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… 5451 …&& v->TotalVerticalActiveBandwidthSupport[i][j] == true && v->VRatioInPrefetchSupported[i][j] == t… 5499 if (v->VRatioInPrefetchSupported[i][j] == false)
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| A D | display_mode_vba_314.c | 5332 v->VRatioInPrefetchSupported[i][j] = true; 5335 v->VRatioInPrefetchSupported[i][j] = false; 5347 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { 5413 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… 5537 …&& v->TotalVerticalActiveBandwidthSupport[i][j] == true && v->VRatioInPrefetchSupported[i][j] == t… 5593 } else if (!v->VRatioInPrefetchSupported[i][j]) {
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A D | display_mode_vba_30.c | 4906 v->VRatioInPrefetchSupported[i][j] = true; in dml30_ModeSupportAndSystemConfigurationFull() 4909 v->VRatioInPrefetchSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull() 4919 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { in dml30_ModeSupportAndSystemConfigurationFull() 5002 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… in dml30_ModeSupportAndSystemConfigurationFull() 5142 && v->TotalVerticalActiveBandwidthSupport[i][j] == 1 && v->VRatioInPrefetchSupported[i][j] == 1 in dml30_ModeSupportAndSystemConfigurationFull()
|
Completed in 180 milliseconds