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.h267 enum dml2_pstate_change_support FCLKChangeSupport[DML2_MAX_PLANES];
973 enum dml2_pstate_change_support FCLKChangeSupport[DML2_MAX_PLANES];
1764 enum dml2_pstate_change_support *FCLKChangeSupport;
266 enum dml2_pstate_change_support FCLKChangeSupport[DML2_MAX_PLANES]; global() member
972 enum dml2_pstate_change_support FCLKChangeSupport[DML2_MAX_PLANES]; global() member
1761 enum dml2_pstate_change_support *FCLKChangeSupport; global() member
H A Ddml2_core_dcn4_calcs.c6915 p->FCLKChangeSupport[k] = dml2_pstate_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6917 p->FCLKChangeSupport[k] = dml2_pstate_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6919 p->FCLKChangeSupport[k] = dml2_pstate_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6921 if (p->FCLKChangeSupport[k] == dml2_pstate_change_unsupported) in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
7003 DML_LOG_VERBOSE("DML::%s: FCLKChangeSupport = %u\n", __func__, *p->global_fclk_change_supported); in calculate_bytes_to_fetch_required_to_hide_latency()
7979 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->ms.support.FCLKChangeSupport; in dml_core_mode_support()
11795 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->mp.FCLKChangeSupport; in dml_core_mode_programming()
13148 out->informative.mode_support_info.FCLKChangeSupport[ in dml2_core_calcs_get_informative()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c504 if (!fail_only || support->FCLKChangeSupport[j] == dml_fclock_change_unsupported) in dml_print_dml_mode_support_info()
505 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.c291 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.c3048 *p->FCLKChangeSupport = dml_fclock_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3050 *p->FCLKChangeSupport = dml_fclock_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3052 *p->FCLKChangeSupport = dml_fclock_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3148 dml_print("DML::%s: FCLKChangeSupport = %u\n", __func__, *p->FCLKChangeSupport); in CalculateDCFCLKDeepSleep()
6812 CalculateWatermarks_params->FCLKChangeSupport = &mode_lib->ms.support.FCLKChangeSupport[j]; in dml_core_mode_support()
8247 mode_lib->ms.support.FCLKChangeSupport[j] != dml_fclock_change_unsupported); in dml_core_mode_support()
8325 ((mode_lib->ms.support.FCLKChangeSupport[1] == dml_fclock_change_vactive && mode_lib->ms.support.FCLKChangeSupport[ in dml_core_mode_programming()
[all...]
/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.c1717 || mode_lib->vba.FCLKChangeSupport[i][j] != dm_fclock_change_unsupported) in mode_support_configuration()
3626 &v->FCLKChangeSupport[i][j], in dml32_ModeSupportAndSystemConfigurationFull()
H A Ddcn32_fpu.c1652 if (context->bw_ctx.dml.vba.FCLKChangeSupport[vlevel][context->bw_ctx.dml.vba.maxMpcComb] == dm_fclock_change_unsupported) 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