Home
last modified time | relevance | path

Searched refs:UseMALLForStaticScreen (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h336 enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[],
376 enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[],
499 enum dm_use_mall_for_static_screen_mode *UseMALLForStaticScreen,
H A Ddisplay_mode_vba_util_32.c1772 enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[], in dml32_CalculateSurfaceSizeInMall() argument
1903 else if (UseMALLForStaticScreen[k] == dm_use_mall_static_screen_enable) in dml32_CalculateSurfaceSizeInMall()
1917 enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[], in dml32_CalculateVMRowAndSwath() argument
2174 UseMALLForStaticScreen, // mode in dml32_CalculateVMRowAndSwath()
2611 enum dm_use_mall_for_static_screen_mode *UseMALLForStaticScreen, in dml32_CalculateMALLUseForStaticScreen() argument
2625 UsesMALLForStaticScreen[k] = (UseMALLForStaticScreen[k] == dm_use_mall_static_screen_enable); in dml32_CalculateMALLUseForStaticScreen()
2641 UseMALLForStaticScreen[k] != dm_use_mall_static_screen_disable && in dml32_CalculateMALLUseForStaticScreen()
2649 __func__, k, UseMALLForStaticScreen[k]); in dml32_CalculateMALLUseForStaticScreen()
H A Ddisplay_mode_vba_32.c388 mode_lib->vba.UseMALLForStaticScreen, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
472 mode_lib->vba.UseMALLForStaticScreen, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2652 mode_lib->vba.UseMALLForStaticScreen, in dml32_ModeSupportAndSystemConfigurationFull()
2765 mode_lib->vba.UseMALLForStaticScreen, in dml32_ModeSupportAndSystemConfigurationFull()
3030 || ((mode_lib->vba.UseMALLForStaticScreen[k] == dm_use_mall_static_screen_enable in dml32_ModeSupportAndSystemConfigurationFull()
3031 || mode_lib->vba.UseMALLForStaticScreen[k] == dm_use_mall_static_screen_optimize) in dml32_ModeSupportAndSystemConfigurationFull()
3033 || ((mode_lib->vba.UseMALLForStaticScreen[k] == dm_use_mall_static_screen_disable in dml32_ModeSupportAndSystemConfigurationFull()
3034 || mode_lib->vba.UseMALLForStaticScreen[k] == dm_use_mall_static_screen_optimize) in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c89 …dml_plane_array->UseMALLForStaticScreen[dst_index] = dml_plane_array->UseMALLForStaticScreen[src_i… in dml2_util_copy_dml_plane()
H A Ddml2_translation_helper.c1051 out->UseMALLForStaticScreen[location] = dml_use_mall_static_screen_disable; in populate_dummy_dml_plane_cfg()
1381 …dml_dispcfg->plane.UseMALLForStaticScreen[disp_cfg_plane_location] = dml_use_mall_static_screen_op… in map_dc_state_into_dml_display_cfg()
1384 …dml_dispcfg->plane.UseMALLForStaticScreen[disp_cfg_plane_location] = dml_use_mall_static_screen_di… in map_dc_state_into_dml_display_cfg()
1388 …dml_dispcfg->plane.UseMALLForStaticScreen[disp_cfg_plane_location] = dml_use_mall_static_screen_op… in map_dc_state_into_dml_display_cfg()
H A Ddisplay_mode_util.c557 …nt("DML: plane_cfg: plane=%d, UseMALLForStaticScreen = %d\n", i, plane->UseMALLForStaticScreen[i]); in dml_print_dml_display_cfg_plane()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c568 …mode_lib->vba.UseMALLForStaticScreen[mode_lib->vba.NumberOfActivePlanes] = src->use_mall_for_stati… in fetch_pipe_params()
916 (mode_lib->vba.UseMALLForStaticScreen[k] != dm_use_mall_static_screen_disable)) { in fetch_pipe_params()
927 __func__, (int) mode_lib->vba.UseMALLForStaticScreen[k]); in fetch_pipe_params()
H A Ddisplay_mode_vba.h1209 enum dm_use_mall_for_static_screen_mode UseMALLForStaticScreen[DC__NUM_DPP__MAX]; member