Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h86 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[],
197 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[],
377 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[],
535 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange,
590 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[],
682 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange,
995 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[],
H A Ddisplay_mode_vba_util_32.c397 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], in dml32_CalculateSwathAndDETConfiguration() argument
566 UseMALLForPStateChange, in dml32_CalculateSwathAndDETConfiguration()
598 DETBufferSizeInKByteForSwathCalculation = (UseMALLForPStateChange[k] == in dml32_CalculateSwathAndDETConfiguration()
909 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], in dml32_CalculateDETBufferSize() argument
1914 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], in dml32_CalculateVMRowAndSwath() argument
2239 __func__, k, UseMALLForPStateChange[k]); in dml32_CalculateVMRowAndSwath()
2722 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange, in dml32_CalculateUrgentBurstFactor() argument
2920 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], in dml32_UseMinimumDCFCLK() argument
3043 UseMALLForPStateChange[k], in dml32_UseMinimumDCFCLK()
3246 enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange, in dml32_CalculateTWait() argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c4182 p->UseMALLForPStateChange, in CalculateSwathAndDETConfiguration()
4631 p->UseMALLForPStateChange[k], in UseMinimumDCFCLK()
6646 …CalculateWatermarks_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.UseMALLF… in dml_prefetch_check()
6966 …eSwathAndDETConfiguration_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.Us… in dml_core_mode_support()
7505 …eSwathAndDETConfiguration_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.Us… in dml_core_mode_support()
7690 …CalculateVMRowAndSwath_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.UseMA… in dml_core_mode_support()
7952 …UseMinimumDCFCLK_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.UseMALLForP… in dml_core_mode_support()
8490 …eSwathAndDETConfiguration_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.Us… in dml_core_mode_programming()
8702 …CalculateVMRowAndSwath_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.UseMA… in dml_core_mode_programming()
9408 …CalculateWatermarks_params->UseMALLForPStateChange = mode_lib->ms.cache_display_cfg.plane.UseMALLF… in dml_core_mode_programming()
[all …]
H A Ddisplay_mode_core_structs.h519 enum dml_use_mall_for_pstate_change_mode UseMALLForPStateChange[__DML_NUM_PLANES__]; member
1215 enum dml_use_mall_for_pstate_change_mode *UseMALLForPStateChange; member
1273 enum dml_use_mall_for_pstate_change_mode *UseMALLForPStateChange; member
1341 enum dml_use_mall_for_pstate_change_mode *UseMALLForPStateChange; member
1403 enum dml_use_mall_for_pstate_change_mode *UseMALLForPStateChange; member
1467 enum dml_use_mall_for_pstate_change_mode *UseMALLForPStateChange; member
H A Ddml2_wrapper.c147 … p->cur_display_config->plane.UseMALLForPStateChange[j] == dml_use_mall_pstate_change_disable) { in optimize_configuration()
182 …p->new_display_config->plane.UseMALLForPStateChange[subvp_surface_to_add] = dml_use_mall_pstate_ch… in optimize_configuration()
192 …p->new_display_config->plane.UseMALLForPStateChange[new_surface_index] = dml_use_mall_pstate_chang… in optimize_configuration()
H A Ddml2_translation_helper.c1005 out->UseMALLForPStateChange[location] = dml_use_mall_pstate_change_disable; in populate_dummy_dml_plane_cfg()
1355 …dml_dispcfg->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_su… in map_dc_state_into_dml_display_cfg()
1358 …dml_dispcfg->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_ph… in map_dc_state_into_dml_display_cfg()
1362 …dml_dispcfg->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_di… in map_dc_state_into_dml_display_cfg()
1387 …dml_dispcfg->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_su… in map_dc_state_into_dml_display_cfg()
1389 …dml_dispcfg->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_ph… in map_dc_state_into_dml_display_cfg()
H A Ddml2_utils.c90 …dml_plane_array->UseMALLForPStateChange[dst_index] = dml_plane_array->UseMALLForPStateChange[src_i… in dml2_util_copy_dml_plane()
H A Ddisplay_mode_util.c558 …nt("DML: plane_cfg: plane=%d, UseMALLForPStateChange = %d\n", i, plane->UseMALLForPStateChange[i]); in dml_print_dml_display_cfg_plane()