Home
last modified time | relevance | path

Searched refs:FCLKChangeSupport (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h342 enum dml2_fclock_change_support FCLKChangeSupport[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h256 enum dml2_fclock_change_support FCLKChangeSupport[DML2_MAX_PLANES]; member
800 enum dml2_fclock_change_support FCLKChangeSupport[DML2_MAX_PLANES]; member
1552 enum dml2_fclock_change_support *FCLKChangeSupport; member
H A Ddml2_core_shared.c2704 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->ms.support.FCLKChangeSupport; in dml2_core_shared_mode_support()
8883 p->FCLKChangeSupport[k] = dml2_fclock_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
8885 p->FCLKChangeSupport[k] = dml2_fclock_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
8887 p->FCLKChangeSupport[k] = dml2_fclock_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
8889 if (p->FCLKChangeSupport[k] == dml2_fclock_change_unsupported) in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
11099 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->mp.FCLKChangeSupport; in dml2_core_shared_mode_programming()
12127 …out->informative.mode_support_info.FCLKChangeSupport[k] = mode_lib->ms.support.FCLKChangeSupport[k… in dml2_core_shared_get_informative()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c494 if (!fail_only || support->FCLKChangeSupport[j] == dml_fclock_change_unsupported) in dml_print_dml_mode_support_info()
495 … dml_print("DML: support: combine=%d, FCLKChangeSupport = %d\n", j, support->FCLKChangeSupport[j]); in dml_print_dml_mode_support_info()
H A Ddisplay_mode_core_structs.h719 enum dml_fclock_change_support FCLKChangeSupport[2]; member
1195 enum dml_fclock_change_support FCLKChangeSupport; member
1327 enum dml_fclock_change_support *FCLKChangeSupport; member
H A Ddml2_utils.c288 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params()
H A Ddml2_wrapper.c803 *fclk_change_support = (unsigned int) dml2->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0]; in dml2_extract_dram_and_fclk_change_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h830 enum dm_fclock_change_support *FCLKChangeSupport,
H A Ddisplay_mode_vba_32.c1713 || mode_lib->vba.FCLKChangeSupport[i][j] != dm_fclock_change_unsupported) in mode_support_configuration()
3611 &v->FCLKChangeSupport[i][j], in dml32_ModeSupportAndSystemConfigurationFull()
H A Ddcn32_fpu.c1673 …if (context->bw_ctx.dml.vba.FCLKChangeSupport[vlevel][context->bw_ctx.dml.vba.maxMpcComb] == dm_fc… in dcn32_calculate_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1204 enum dm_fclock_change_support FCLKChangeSupport[DC__VOLTAGE_STATES][2]; member