Home
last modified time | relevance | path

Searched refs:PrefetchSupported (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c311 … : [%s, %s]\n", mode_lib->vba.PrefetchSupported[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
H A Ddisplay_mode_vba.h757 bool PrefetchSupported[DC__VOLTAGE_STATES][2]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c395 …tch Supported : %s\n", mode_lib->ms.support.PrefetchSupported[j] == true ?… in dml_print_mode_support()
508 if (!fail_only || support->PrefetchSupported[j] == 0) in dml_print_dml_mode_support_info()
509 … dml_print("DML: support: combine=%d, PrefetchSupported = %d\n", j, support->PrefetchSupported[j]); in dml_print_dml_mode_support_info()
H A Ddisplay_mode_core_structs.h779 dml_bool_t PrefetchSupported[2]; member
H A Ddisplay_mode_core.c6474 &mode_lib->ms.support.PrefetchSupported[j]); in dml_prefetch_check()
6482 mode_lib->ms.support.PrefetchSupported[j] = false; in dml_prefetch_check()
6511 …if (mode_lib->ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.VRatioInPrefetchSupp… in dml_prefetch_check()
6625 …} while (!((mode_lib->ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.DynamicMetad… in dml_prefetch_check()
8178 && mode_lib->ms.support.PrefetchSupported[j] == true in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4697 v->PrefetchSupported[i][j] = true; in dml30_ModeSupportAndSystemConfigurationFull()
4700 v->PrefetchSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull()
4705 v->PrefetchSupported[i][j] = false; in dml30_ModeSupportAndSystemConfigurationFull()
4729 if (v->PrefetchSupported[i][j] == true && v->VRatioInPrefetchSupported[i][j] == true) { in dml30_ModeSupportAndSystemConfigurationFull()
4812 …} while (!((v->PrefetchSupported[i][j] == true && v->DynamicMetadataSupported[i][j] == true && v->… in dml30_ModeSupportAndSystemConfigurationFull()
4912 …&& ViewportExceedsSurface == 0 && v->PrefetchSupported[i][j] == 1 && v->DynamicMetadataSupported[i… in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1695 && mode_lib->vba.PrefetchSupported[i][j] == true in mode_support_configuration()
3400 &mode_lib->vba.PrefetchSupported[i][j]); in dml32_ModeSupportAndSystemConfigurationFull()
3408 mode_lib->vba.PrefetchSupported[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
3434 if (mode_lib->vba.PrefetchSupported[i][j] == true in dml32_ModeSupportAndSystemConfigurationFull()
3554 } while (!((mode_lib->vba.PrefetchSupported[i][j] == true in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c129 if (!fail_only || support->PrefetchSupported == 0) in dml2_print_mode_support_info()
130 DML_LOG_VERBOSE("DML: support: PrefetchSupported = %d\n", support->PrefetchSupported); in dml2_print_mode_support_info()
7406 mode_lib->ms.support.PrefetchSupported = true; in dml_core_ms_prefetch_check()
7554 mode_lib->ms.support.PrefetchSupported &= !mode_lib->ms.NoTimeForPrefetch[k]; in dml_core_ms_prefetch_check()
7586 mode_lib->ms.support.PrefetchSupported = false; in dml_core_ms_prefetch_check()
7613 mode_lib->ms.support.PrefetchSupported &= mode_lib->ms.support.VRatioInPrefetchSupported; in dml_core_ms_prefetch_check()
7619 if (mode_lib->ms.support.PrefetchSupported) { in dml_core_ms_prefetch_check()
7708 mode_lib->ms.support.PrefetchSupported &= mode_lib->ms.support.PrefetchBandwidthSupported; in dml_core_ms_prefetch_check()
7713 mode_lib->ms.support.PrefetchSupported = false; in dml_core_ms_prefetch_check()
7719 …if (mode_lib->ms.support.PrefetchSupported && mode_lib->ms.num_active_planes > 1 && s->recalc_pref… in dml_core_ms_prefetch_check()
[all …]