Home
last modified time | relevance | path

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

/linux/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/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h907 dml_bool_t use_one_row_for_frame[2][__DML_NUM_PLANES__]; member
1127 dml_bool_t use_one_row_for_frame[__DML_NUM_PLANES__]; member
1451 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()
5272 …p->use_one_row_for_frame[k] = p->myPipe[k].FORCE_ONE_ROW_FOR_FRAME || p->UsesMALLForStaticScreen[k… in CalculateVMRowAndSwath()
5275 …p->use_one_row_for_frame_flip[k] = p->use_one_row_for_frame[k] && !(p->UseMALLForPStateChange[k] =… in CalculateVMRowAndSwath()
5277 if (p->use_one_row_for_frame[k]) { in CalculateVMRowAndSwath()
5301 if (p->use_one_row_for_frame[k]) in CalculateVMRowAndSwath()
5324 …dml_print("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, p->use_one_row_for_frame[k]); in CalculateVMRowAndSwath()
[all …]
/linux/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