Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h425 bool use_one_row_for_frame[],
887 bool use_one_row_for_frame[],
Ddisplay_mode_vba_util_32.c1962 bool use_one_row_for_frame[], in dml32_CalculateVMRowAndSwath()
2186 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2191 use_one_row_for_frame_flip[k] = use_one_row_for_frame[k] && in dml32_CalculateVMRowAndSwath()
2194 if (use_one_row_for_frame[k]) { in dml32_CalculateVMRowAndSwath()
2210 if (use_one_row_for_frame[k]) in dml32_CalculateVMRowAndSwath()
2232 …rint("DML::%s: k=%d, use_one_row_for_frame = %d\n", __func__, k, use_one_row_for_frame[k]); in dml32_CalculateVMRowAndSwath()
4842 bool use_one_row_for_frame[], in dml32_CalculateMetaAndPTETimes() argument
4999 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
5008 __func__, k, use_one_row_for_frame[k]); in dml32_CalculateMetaAndPTETimes()
5044 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
Ddisplay_mode_vba_32.c2807 mode_lib->vba.use_one_row_for_frame[i][j][k] = in dml32_ModeSupportAndSystemConfigurationFull()
3532 mode_lib->vba.use_one_row_for_frame[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h648 bool use_one_row_for_frame[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member