Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h428 bool use_one_row_for_frame[],
890 bool use_one_row_for_frame[],
Ddisplay_mode_vba_util_32.c1967 bool use_one_row_for_frame[], in dml32_CalculateVMRowAndSwath()
2191 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2196 use_one_row_for_frame_flip[k] = use_one_row_for_frame[k] && in dml32_CalculateVMRowAndSwath()
2199 if (use_one_row_for_frame[k]) { in dml32_CalculateVMRowAndSwath()
2215 if (use_one_row_for_frame[k]) in dml32_CalculateVMRowAndSwath()
2237 …rint("DML::%s: k=%d, use_one_row_for_frame = %d\n", __func__, k, use_one_row_for_frame[k]); in dml32_CalculateVMRowAndSwath()
4856 bool use_one_row_for_frame[], in dml32_CalculateMetaAndPTETimes() argument
5013 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
5022 __func__, k, use_one_row_for_frame[k]); in dml32_CalculateMetaAndPTETimes()
5058 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
Ddisplay_mode_vba_32.c2833 mode_lib->vba.use_one_row_for_frame[i][j][k] = in dml32_ModeSupportAndSystemConfigurationFull()
3562 mode_lib->vba.use_one_row_for_frame[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h659 bool use_one_row_for_frame[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member