Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h427 bool UsesMALLForStaticScreen[],
501 bool UsesMALLForStaticScreen[]);
Ddisplay_mode_vba_util_32.c1964 bool UsesMALLForStaticScreen[], in dml32_CalculateVMRowAndSwath()
2171 UsesMALLForStaticScreen); // boolen in dml32_CalculateVMRowAndSwath()
2174 PTE_BUFFER_MODE[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2184 …dml_print("DML::%s: k=%d, UsesMALLForStaticScreen = %d\n", __func__, k, UsesMALLForStaticScreen[k… in dml32_CalculateVMRowAndSwath()
2186 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2609 bool UsesMALLForStaticScreen[]) in dml32_CalculateMALLUseForStaticScreen() argument
2618 UsesMALLForStaticScreen[k] = (UseMALLForStaticScreen[k] == dm_use_mall_static_screen_enable); in dml32_CalculateMALLUseForStaticScreen()
2619 if (UsesMALLForStaticScreen[k]) in dml32_CalculateMALLUseForStaticScreen()
2622 …dml_print("DML::%s: k=%d, UsesMALLForStaticScreen = %d\n", __func__, k, UsesMALLForStaticScreen[k… in dml32_CalculateMALLUseForStaticScreen()
2633 !UsesMALLForStaticScreen[k] && in dml32_CalculateMALLUseForStaticScreen()
[all …]
Ddisplay_mode_vba_32.c523 v->UsesMALLForStaticScreen, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h1211 bool UsesMALLForStaticScreen[DC__NUM_DPP__MAX]; member