Home
last modified time | relevance | path

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

/openbmc/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.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()
4877 bool use_one_row_for_frame[], in dml32_CalculateMetaAndPTETimes() argument
5034 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
5043 __func__, k, use_one_row_for_frame[k]); in dml32_CalculateMetaAndPTETimes()
5079 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()
/openbmc/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