Home
last modified time | relevance | path

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

/openbmc/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_util_32.c4286 enum dm_fclock_change_support *FCLKChangeSupport, in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4535 *FCLKChangeSupport = dm_fclock_change_vactive; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4538 *FCLKChangeSupport = dm_fclock_change_vblank; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4540 *FCLKChangeSupport = dm_fclock_change_unsupported; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4639 dml_print("DML::%s: FCLKChangeSupport = %d\n", __func__, *FCLKChangeSupport); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
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.c1378 …if (context->bw_ctx.dml.vba.FCLKChangeSupport[vlevel][context->bw_ctx.dml.vba.maxMpcComb] == dm_fc… in dcn32_calculate_dlg_params()
/openbmc/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