Searched refs:VRatioInPrefetchSupported (Results 1 – 17 of 17) sorted by relevance
| /linux/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
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_utils.c | 155 if (!fail_only || support->VRatioInPrefetchSupported == 0) in dml2_core_utils_print_mode_support_info() 156 dml2_printf("DML: support: VRatioInPrefetchSupported = %d\n", support->VRatioInPrefetchSupported); in dml2_core_utils_print_mode_support_info()
|
| A D | dml2_core_shared_types.h | 266 bool VRatioInPrefetchSupported; member
|
| A D | dml2_core_shared.c | 2429 mode_lib->ms.support.VRatioInPrefetchSupported = true; in dml2_core_shared_mode_support() 2433 mode_lib->ms.support.VRatioInPrefetchSupported = false; in dml2_core_shared_mode_support() 2434 …::%s: VRatioInPrefetchSupported = %u\n", __func__, mode_lib->ms.support.VRatioInPrefetchSupported); in dml2_core_shared_mode_support() 2540 …b->ms.support.PrefetchSupported == true && mode_lib->ms.support.VRatioInPrefetchSupported == true)… in dml2_core_shared_mode_support() 2791 && mode_lib->ms.support.VRatioInPrefetchSupported in dml2_core_shared_mode_support() 2934 if (!fail_only || support->VRatioInPrefetchSupported == 0) in dml2_print_dml_mode_support_info() 2935 dml2_printf("DML: support: VRatioInPrefetchSupported = %d\n", support->VRatioInPrefetchSupported); in dml2_print_dml_mode_support_info() 12120 …out->informative.mode_support_info.VRatioInPrefetchSupported = mode_lib->ms.support.VRatioInPrefet… in dml2_core_shared_get_informative()
|
| A D | dml2_core_dcn4_calcs.c | 132 if (!fail_only || support->VRatioInPrefetchSupported == 0) in dml2_print_mode_support_info() 133 dml2_printf("DML: support: VRatioInPrefetchSupported = %d\n", support->VRatioInPrefetchSupported); in dml2_print_mode_support_info() 8785 mode_lib->ms.support.VRatioInPrefetchSupported = true; in dml_core_mode_support() 8789 mode_lib->ms.support.VRatioInPrefetchSupported = false; in dml_core_mode_support() 8792 …::%s: VRatioInPrefetchSupported = %u\n", __func__, mode_lib->ms.support.VRatioInPrefetchSupported); in dml_core_mode_support() 8898 …b->ms.support.PrefetchSupported == true && mode_lib->ms.support.VRatioInPrefetchSupported == true)… in dml_core_mode_support() 9166 && mode_lib->ms.support.VRatioInPrefetchSupported in dml_core_mode_support() 12584 …out->informative.mode_support_info.VRatioInPrefetchSupported = mode_lib->ms.support.VRatioInPrefet… in dml2_core_calcs_get_informative()
|
| /linux/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 | 724 dml_bool_t VRatioInPrefetchSupported[2]; member
|
| A D | display_mode_core.c | 6490 mode_lib->ms.support.VRatioInPrefetchSupported[j] = true; in dml_prefetch_check() 6497 mode_lib->ms.support.VRatioInPrefetchSupported[j] = false; in dml_prefetch_check() 6508 …ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.VRatioInPrefetchSupported[j] == tr… in dml_prefetch_check() 6623 mode_lib->ms.support.VRatioInPrefetchSupported[j] == true && in dml_prefetch_check() 8171 && mode_lib->ms.support.VRatioInPrefetchSupported[j] == true in dml_core_mode_support()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_types.h | 346 bool VRatioInPrefetchSupported; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| A D | display_mode_vba_20.c | 4830 locals->VRatioInPrefetchSupported[i][j] = true; in dml20_ModeSupportAndSystemConfigurationFull() 4835 locals->VRatioInPrefetchSupported[i][j] = false; in dml20_ModeSupportAndSystemConfigurationFull() 4838 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20_ModeSupportAndSystemConfigurationFull() 4842 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20_ModeSupportAndSystemConfigurationFull() 5060 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20_ModeSupportAndSystemConfigurationFull()
|
| A D | display_mode_vba_20v2.c | 4949 locals->VRatioInPrefetchSupported[i][j] = true; in dml20v2_ModeSupportAndSystemConfigurationFull() 4954 locals->VRatioInPrefetchSupported[i][j] = false; in dml20v2_ModeSupportAndSystemConfigurationFull() 4957 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml20v2_ModeSupportAndSystemConfigurationFull() 4961 && mode_lib->vba.VRatioInPrefetchSupported[i][j] == true) { in dml20v2_ModeSupportAndSystemConfigurationFull() 5176 } else if (locals->VRatioInPrefetchSupported[i][j] != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
|
| /linux/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()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| A D | display_mode_vba_21.c | 4885 locals->VRatioInPrefetchSupported[i][j] = true; in dml21_ModeSupportAndSystemConfigurationFull() 4890 locals->VRatioInPrefetchSupported[i][j] = false; in dml21_ModeSupportAndSystemConfigurationFull() 4906 …} while ((locals->PrefetchSupported[i][j] != true || locals->VRatioInPrefetchSupported[i][j] != tr… in dml21_ModeSupportAndSystemConfigurationFull() 4910 if (locals->PrefetchSupported[i][j] == true && locals->VRatioInPrefetchSupported[i][j] == true) { in dml21_ModeSupportAndSystemConfigurationFull() 5182 } else if (!locals->VRatioInPrefetchSupported[i][j]) { in dml21_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_mode_vba_31.c | 5248 v->VRatioInPrefetchSupported[i][j] = true; 5251 v->VRatioInPrefetchSupported[i][j] = false; 5263 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { 5329 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… 5453 …&& v->TotalVerticalActiveBandwidthSupport[i][j] == true && v->VRatioInPrefetchSupported[i][j] == t… 5501 if (v->VRatioInPrefetchSupported[i][j] == false)
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| A D | display_mode_vba_314.c | 5334 v->VRatioInPrefetchSupported[i][j] = true; 5337 v->VRatioInPrefetchSupported[i][j] = false; 5349 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { 5415 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… 5539 …&& v->TotalVerticalActiveBandwidthSupport[i][j] == true && v->VRatioInPrefetchSupported[i][j] == t… 5595 } else if (!v->VRatioInPrefetchSupported[i][j]) {
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A D | display_mode_vba_30.c | 4917 v->VRatioInPrefetchSupported[i][j] = true; in dml30_ModeSupportAndSystemConfigurationFull() 4920 v->VRatioInPrefetchSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull() 4930 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { in dml30_ModeSupportAndSystemConfigurationFull() 5013 …][j] == true && v->DynamicMetadataSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] ==… in dml30_ModeSupportAndSystemConfigurationFull() 5153 && v->TotalVerticalActiveBandwidthSupport[i][j] == 1 && v->VRatioInPrefetchSupported[i][j] == 1 in dml30_ModeSupportAndSystemConfigurationFull()
|
Completed in 215 milliseconds