Home
last modified time | relevance | path

Searched refs:PTEBufferSizeNotExceeded (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c315 …s, %s]\n", mode_lib->vba.PTEBufferSizeNotExceeded[i][0] ? "Supported" : "NOT Supported", mode_lib-… in dml_log_mode_support_params()
H A Ddisplay_mode_vba.h774 bool PTEBufferSizeNotExceeded[DC__VOLTAGE_STATES][2]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c157 if (!fail_only || support->PTEBufferSizeNotExceeded == 1) in dml2_core_utils_print_mode_support_info()
158 dml2_printf("DML: support: PTEBufferSizeNotExceeded = %d\n", support->PTEBufferSizeNotExceeded); in dml2_core_utils_print_mode_support_info()
H A Ddml2_core_shared_types.h253 bool PTEBufferSizeNotExceeded; member
507 bool PTEBufferSizeNotExceeded[DML2_MAX_PLANES]; member
1118 bool *PTEBufferSizeNotExceeded; member
H A Ddml2_core_shared.c1707 CalculateVMRowAndSwath_params->PTEBufferSizeNotExceeded = mode_lib->ms.PTEBufferSizeNotExceeded; in dml2_core_shared_mode_support()
1758 mode_lib->ms.support.PTEBufferSizeNotExceeded = true; in dml2_core_shared_mode_support()
1762 if (mode_lib->ms.PTEBufferSizeNotExceeded[k] == false) in dml2_core_shared_mode_support()
1763 mode_lib->ms.support.PTEBufferSizeNotExceeded = false; in dml2_core_shared_mode_support()
1769 …%s: k=%u, PTEBufferSizeNotExceeded = %u\n", __func__, k, mode_lib->ms.PTEBufferSizeNotExceeded[k]); in dml2_core_shared_mode_support()
1774 …ML::%s: PTEBufferSizeNotExceeded = %u\n", __func__, mode_lib->ms.support.PTEBufferSizeNotExceeded); in dml2_core_shared_mode_support()
2792 && mode_lib->ms.support.PTEBufferSizeNotExceeded in dml2_core_shared_mode_support()
2924 if (!fail_only || support->PTEBufferSizeNotExceeded == 0) in dml2_print_dml_mode_support_info()
2925 dml2_printf("DML: support: PTEBufferSizeNotExceeded = %d\n", support->PTEBufferSizeNotExceeded); in dml2_print_dml_mode_support_info()
5740 p->PTEBufferSizeNotExceeded[k] = true; in CalculateVMRowAndSwath()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c400 …r Size Not Exceeded : %s\n", mode_lib->ms.support.PTEBufferSizeNotExceeded[j] == tru… in dml_print_mode_support()
498 if (!fail_only || support->PTEBufferSizeNotExceeded[j] == 0) in dml_print_dml_mode_support_info()
499 …L: support: combine=%d, PTEBufferSizeNotExceeded = %d\n", j, support->PTEBufferSizeNotExceeded[j]); in dml_print_dml_mode_support_info()
H A Ddisplay_mode_core_structs.h713 dml_bool_t PTEBufferSizeNotExceeded[2]; member
1355 dml_bool_t *PTEBufferSizeNotExceeded; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h338 bool PTEBufferSizeNotExceeded; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h389 bool PTEBufferSizeNotExceeded[],
H A Ddisplay_mode_vba_32.c1700 && mode_lib->vba.PTEBufferSizeNotExceeded[i][j] == true in mode_support_configuration()
2841 mode_lib->vba.PTEBufferSizeNotExceeded[i][j] = true; in dml32_ModeSupportAndSystemConfigurationFull()
2844 mode_lib->vba.PTEBufferSizeNotExceeded[i][j] = false; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c220 bool *PTEBufferSizeNotExceeded,
1810 bool *PTEBufferSizeNotExceeded, argument
1953 *PTEBufferSizeNotExceeded = true;
1955 *PTEBufferSizeNotExceeded = false;
1960 *PTEBufferSizeNotExceeded = true;
5375 v->PTEBufferSizeNotExceeded[i][j] = true;
5378 v->PTEBufferSizeNotExceeded[i][j] = false;
5451 && v->PTEBufferSizeNotExceeded[i][j] == true && v->NonsupportedDSCInputBPC == false
5500 if (v->PTEBufferSizeNotExceeded[i][j] == false)