Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h428 bool use_one_row_for_frame[],
891 bool use_one_row_for_frame[],
H A Ddisplay_mode_vba_util_32.c1969 bool use_one_row_for_frame[], in dml32_CalculateVMRowAndSwath()
2193 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2198 use_one_row_for_frame_flip[k] = use_one_row_for_frame[k] && in dml32_CalculateVMRowAndSwath()
2201 if (use_one_row_for_frame[k]) { in dml32_CalculateVMRowAndSwath()
2217 if (use_one_row_for_frame[k]) in dml32_CalculateVMRowAndSwath()
2239 …rint("DML::%s: k=%d, use_one_row_for_frame = %d\n", __func__, k, use_one_row_for_frame[k]); in dml32_CalculateVMRowAndSwath()
4872 bool use_one_row_for_frame[], in dml32_CalculateMetaAndPTETimes() argument
5029 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
5038 __func__, k, use_one_row_for_frame[k]); in dml32_CalculateMetaAndPTETimes()
5074 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
H A Ddisplay_mode_vba_32.c2835 mode_lib->vba.use_one_row_for_frame[i][j][k] = in dml32_ModeSupportAndSystemConfigurationFull()
3568 mode_lib->vba.use_one_row_for_frame[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h414 bool use_one_row_for_frame[DML2_MAX_PLANES]; member
681 bool use_one_row_for_frame[DML2_MAX_PLANES]; member
1194 bool *use_one_row_for_frame; member
1494 bool *use_one_row_for_frame; member
H A Ddml2_core_dcn4_calcs.c1949 bool use_one_row_for_frame, in CalculateRowBandwidth() argument
3157 if (p->use_one_row_for_frame[k]) { in CalculateVMRowAndSwath()
3186 if (p->use_one_row_for_frame[k]) in CalculateVMRowAndSwath()
3191 p->use_one_row_for_frame[k], in CalculateVMRowAndSwath()
3212 …dml2_printf("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, p->use_one_row_for_frame[k… in CalculateVMRowAndSwath()
8392 CalculateVMRowAndSwath_params->use_one_row_for_frame = mode_lib->ms.use_one_row_for_frame; in dml_core_mode_support()
9892 if (p->use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes()
9900 …dml2_printf("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, p->use_one_row_for_frame[k… in CalculateMetaAndPTETimes()
9923 if (p->use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes()
10807 CalculateVMRowAndSwath_params->use_one_row_for_frame = mode_lib->mp.use_one_row_for_frame; in dml_core_mode_programming()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h908 dml_bool_t use_one_row_for_frame[2][__DML_NUM_PLANES__]; member
1128 dml_bool_t use_one_row_for_frame[__DML_NUM_PLANES__]; member
1452 dml_bool_t *use_one_row_for_frame; member
H A Ddisplay_mode_core.c495 dml_bool_t use_one_row_for_frame[],
3422 dml_bool_t use_one_row_for_frame[], in CalculateMetaAndPTETimes() argument
3567 if (use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes()
3573 dml_print("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, use_one_row_for_frame[k]); in CalculateMetaAndPTETimes()
3596 if (use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes()
5277 if (p->use_one_row_for_frame[k]) { in CalculateVMRowAndSwath()
5301 if (p->use_one_row_for_frame[k]) in CalculateVMRowAndSwath()
6633 mode_lib->ms.use_one_row_for_frame_this_state[k] = mode_lib->ms.use_one_row_for_frame[j][k]; in dml_prefetch_check()
7761 mode_lib->ms.use_one_row_for_frame[j][k] = mode_lib->ms.use_one_row_for_frame_this_state[k]; in dml_core_mode_support()
8756 CalculateVMRowAndSwath_params->use_one_row_for_frame = locals->use_one_row_for_frame; in dml_core_mode_programming()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h659 bool use_one_row_for_frame[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member