Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h430 bool UsesMALLForStaticScreen[],
504 bool UsesMALLForStaticScreen[]);
H A Ddisplay_mode_vba_util_32.c1971 bool UsesMALLForStaticScreen[], in dml32_CalculateVMRowAndSwath()
2178 UsesMALLForStaticScreen); // boolen in dml32_CalculateVMRowAndSwath()
2181 PTE_BUFFER_MODE[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2191 …dml_print("DML::%s: k=%d, UsesMALLForStaticScreen = %d\n", __func__, k, UsesMALLForStaticScreen[k… in dml32_CalculateVMRowAndSwath()
2193 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath()
2616 bool UsesMALLForStaticScreen[]) in dml32_CalculateMALLUseForStaticScreen() argument
2625 UsesMALLForStaticScreen[k] = (UseMALLForStaticScreen[k] == dm_use_mall_static_screen_enable); in dml32_CalculateMALLUseForStaticScreen()
2626 if (UsesMALLForStaticScreen[k]) in dml32_CalculateMALLUseForStaticScreen()
2629 …dml_print("DML::%s: k=%d, UsesMALLForStaticScreen = %d\n", __func__, k, UsesMALLForStaticScreen[k… in dml32_CalculateMALLUseForStaticScreen()
2640 !UsesMALLForStaticScreen[k] && in dml32_CalculateMALLUseForStaticScreen()
[all …]
H A Ddisplay_mode_vba_32.c525 v->UsesMALLForStaticScreen, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h615 bool UsesMALLForStaticScreen[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1240 dml_bool_t UsesMALLForStaticScreen[__DML_NUM_PLANES__]; member
1453 dml_bool_t *UsesMALLForStaticScreen; member
H A Ddisplay_mode_core.c172 dml_bool_t UsesMALLForStaticScreen[]);
5255 p->UsesMALLForStaticScreen); // boolen in CalculateVMRowAndSwath()
5261 …p->PTE_BUFFER_MODE[k] = p->myPipe[k].FORCE_ONE_ROW_FOR_FRAME || p->UsesMALLForStaticScreen[k] || (… in CalculateVMRowAndSwath()
5269 …nt("DML::%s: k=%u, UsesMALLForStaticScreen = %u\n", __func__, k, p->UsesMALLForStaticScreen[k]); in CalculateVMRowAndSwath()
5271 …p->use_one_row_for_frame[k] = p->myPipe[k].FORCE_ONE_ROW_FOR_FRAME || p->UsesMALLForStaticScreen[k… in CalculateVMRowAndSwath()
5722 dml_bool_t UsesMALLForStaticScreen[]) in CalculateMALLUseForStaticScreen() argument
5731 UsesMALLForStaticScreen[k] = (UseMALLForStaticScreen[k] == dml_use_mall_static_screen_enable); in CalculateMALLUseForStaticScreen()
5732 if (UsesMALLForStaticScreen[k]) in CalculateMALLUseForStaticScreen()
5735 …dml_print("DML::%s: k=%u, UsesMALLForStaticScreen = %u\n", __func__, k, UsesMALLForStaticScreen[k… in CalculateMALLUseForStaticScreen()
5746 …!UsesMALLForStaticScreen[k] && UseMALLForStaticScreen[k] != dml_use_mall_static_screen_disable && … in CalculateMALLUseForStaticScreen()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1223 bool UsesMALLForStaticScreen[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c12307 out->informative.misc.UsesMALLForStaticScreen[k] = mode_lib->mp.is_using_mall_for_ss[k]; in dml2_core_shared_get_informative()
H A Ddml2_core_dcn4_calcs.c13212 out->informative.misc.UsesMALLForStaticScreen[k] = mode_lib->mp.is_using_mall_for_ss[k]; in dml2_core_calcs_get_informative()