Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c291 if (!fail_only || support->PrefetchSupported == 0) in dml2_core_utils_print_mode_support_info()
292 DML_LOG_VERBOSE("DML: support: PrefetchSupported = %d\n", support->PrefetchSupported); in dml2_core_utils_print_mode_support_info()
H A Ddml2_core_dcn4_calcs.c130 if (!fail_only || support->PrefetchSupported == 0) in dml2_print_mode_support_info()
131 DML_LOG_VERBOSE("DML: support: PrefetchSupported = %d\n", support->PrefetchSupported); in dml2_print_mode_support_info()
7454 mode_lib->ms.support.PrefetchSupported = true; in dml_core_ms_prefetch_check()
7601 mode_lib->ms.support.PrefetchSupported &= !mode_lib->ms.NoTimeForPrefetch[k]; in dml_core_ms_prefetch_check()
7633 mode_lib->ms.support.PrefetchSupported = false; in dml_core_ms_prefetch_check()
7660 mode_lib->ms.support.PrefetchSupported &= mode_lib->ms.support.VRatioInPrefetchSupported; in dml_core_ms_prefetch_check()
7666 if (mode_lib->ms.support.PrefetchSupported) { in dml_core_ms_prefetch_check()
7755 mode_lib->ms.support.PrefetchSupported &= mode_lib->ms.support.PrefetchBandwidthSupported; in dml_core_ms_prefetch_check()
7760 mode_lib->ms.support.PrefetchSupported in dml_core_ms_prefetch_check()
[all...]
H A Ddml2_core_shared_types.h281 bool PrefetchSupported;
280 bool PrefetchSupported; global() member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c403 dml_print("DML: MODE SUPPORT: Prefetch Supported : %s\n", mode_lib->ms.support.PrefetchSupported[j] == true ? "Supported" : "NOT Supported"); in dml_print_mode_support()
518 if (!fail_only || support->PrefetchSupported[j] == 0) in dml_print_dml_mode_support_info()
519 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.c6583 &mode_lib->ms.support.PrefetchSupported[j]); in dml_prefetch_check()
6591 mode_lib->ms.support.PrefetchSupported[j] = false; in dml_prefetch_check()
6620 if (mode_lib->ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.VRatioInPrefetchSupported[j] == true) { in dml_prefetch_check()
6734 } while (!((mode_lib->ms.support.PrefetchSupported[j] == true && mode_lib->ms.support.DynamicMetadataSupported[j] == true && in set_vm_row_and_swath_parameters()
8287 && mode_lib->ms.support.PrefetchSupported[j] == true
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h757 bool PrefetchSupported[DC__VOLTAGE_STATES][2]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1699 && mode_lib->vba.PrefetchSupported[i][j] == true in mode_support_configuration()
3415 &mode_lib->vba.PrefetchSupported[i][j]); in dml32_ModeSupportAndSystemConfigurationFull()
3423 mode_lib->vba.PrefetchSupported[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
3449 if (mode_lib->vba.PrefetchSupported[i][j] == true in dml32_ModeSupportAndSystemConfigurationFull()
3569 } while (!((mode_lib->vba.PrefetchSupported[i][j] == true in dml32_ModeSupportAndSystemConfigurationFull()