Searched refs:UsesMALLForStaticScreen (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 430 bool UsesMALLForStaticScreen[], 504 bool UsesMALLForStaticScreen[]);
|
H A D | display_mode_vba_util_32.c | 1969 bool UsesMALLForStaticScreen[], in dml32_CalculateVMRowAndSwath() 2176 UsesMALLForStaticScreen); // boolen in dml32_CalculateVMRowAndSwath() 2179 PTE_BUFFER_MODE[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath() 2189 …dml_print("DML::%s: k=%d, UsesMALLForStaticScreen = %d\n", __func__, k, UsesMALLForStaticScreen[k… in dml32_CalculateVMRowAndSwath() 2191 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath() 2614 bool UsesMALLForStaticScreen[]) in dml32_CalculateMALLUseForStaticScreen() argument 2623 UsesMALLForStaticScreen[k] = (UseMALLForStaticScreen[k] == dm_use_mall_static_screen_enable); in dml32_CalculateMALLUseForStaticScreen() 2624 if (UsesMALLForStaticScreen[k]) in dml32_CalculateMALLUseForStaticScreen() 2627 …dml_print("DML::%s: k=%d, UsesMALLForStaticScreen = %d\n", __func__, k, UsesMALLForStaticScreen[k… in dml32_CalculateMALLUseForStaticScreen() 2638 !UsesMALLForStaticScreen[k] && in dml32_CalculateMALLUseForStaticScreen() [all …]
|
H A D | display_mode_vba_32.c | 525 v->UsesMALLForStaticScreen, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 1223 bool UsesMALLForStaticScreen[DC__NUM_DPP__MAX]; member
|