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_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h266 enum dml2_pstate_change_support FCLKChangeSupport[DML2_MAX_PLANES]; member
972 enum dml2_pstate_change_support FCLKChangeSupport[DML2_MAX_PLANES]; member
1761 enum dml2_pstate_change_support *FCLKChangeSupport; member
H A Ddml2_core_dcn4_calcs.c6888 p->FCLKChangeSupport[k] = dml2_pstate_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6890 p->FCLKChangeSupport[k] = dml2_pstate_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6892 p->FCLKChangeSupport[k] = dml2_pstate_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6894 if (p->FCLKChangeSupport[k] == dml2_pstate_change_unsupported) in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
7952 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->ms.support.FCLKChangeSupport; in dml_core_ms_prefetch_check()
11768 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->mp.FCLKChangeSupport; in dml_core_mode_programming()
13121 …out->informative.mode_support_info.FCLKChangeSupport[k] = mode_lib->ms.support.FCLKChangeSupport[k… in dml2_core_calcs_get_informative()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c501 if (!fail_only || support->FCLKChangeSupport[j] == dml_fclock_change_unsupported) in dml_print_dml_mode_support_info()
502 … 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.h776 enum dml_fclock_change_support FCLKChangeSupport[2]; member
1252 enum dml_fclock_change_support FCLKChangeSupport; member
1384 enum dml_fclock_change_support *FCLKChangeSupport; member
H A Ddml2_wrapper_fpu.c554 *fclk_change_support = (unsigned int) dml2->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0]; in dml2_extract_dram_and_fclk_change_support()
H A Ddml2_utils.c289 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params()
H A Ddisplay_mode_core.c3016 *p->FCLKChangeSupport = dml_fclock_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3018 *p->FCLKChangeSupport = dml_fclock_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3020 *p->FCLKChangeSupport = dml_fclock_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3116 dml_print("DML::%s: FCLKChangeSupport = %u\n", __func__, *p->FCLKChangeSupport); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6720 CalculateWatermarks_params->FCLKChangeSupport = &mode_lib->ms.support.FCLKChangeSupport[j]; in dml_prefetch_check()
8155 mode_lib->ms.support.FCLKChangeSupport[j] != dml_fclock_change_unsupported); in dml_core_mode_support()
8233 …((mode_lib->ms.support.FCLKChangeSupport[1] == dml_fclock_change_vactive && mode_lib->ms.support.F… in dml_core_mode_support()
8234 …(mode_lib->ms.support.FCLKChangeSupport[1] == dml_fclock_change_vblank && mode_lib->ms.support.FCL… in dml_core_mode_support()
9493 CalculateWatermarks_params->FCLKChangeSupport = &locals->FCLKChangeSupport; in dml_core_mode_programming()
/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.c1645 …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