Searched refs:FCLKChangeSupport (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_types.h | 342 enum dml2_fclock_change_support FCLKChangeSupport[DML2_MAX_PLANES]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 256 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
|
| A D | dml2_core_shared.c | 2704 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()
|
| A D | dml2_core_dcn4_calcs.c | 6585 p->FCLKChangeSupport[k] = dml2_fclock_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6587 p->FCLKChangeSupport[k] = dml2_fclock_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6589 p->FCLKChangeSupport[k] = dml2_fclock_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6591 if (p->FCLKChangeSupport[k] == dml2_fclock_change_unsupported) in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 9072 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->ms.support.FCLKChangeSupport; in dml_core_mode_support() 11275 CalculateWatermarks_params->FCLKChangeSupport = mode_lib->mp.FCLKChangeSupport; in dml_core_mode_programming() 12591 …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/ |
| A D | display_mode_util.c | 494 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()
|
| A D | display_mode_core_structs.h | 719 enum dml_fclock_change_support FCLKChangeSupport[2]; member 1195 enum dml_fclock_change_support FCLKChangeSupport; member 1327 enum dml_fclock_change_support *FCLKChangeSupport; member
|
| A D | dml2_utils.c | 288 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params()
|
| A D | dml2_wrapper.c | 805 *fclk_change_support = (unsigned int) dml2->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0]; in dml2_extract_dram_and_fclk_change_support()
|
| A D | display_mode_core.c | 3003 *p->FCLKChangeSupport = dml_fclock_change_vactive; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3005 *p->FCLKChangeSupport = dml_fclock_change_vblank; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3007 *p->FCLKChangeSupport = dml_fclock_change_unsupported; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3103 dml_print("DML::%s: FCLKChangeSupport = %u\n", __func__, *p->FCLKChangeSupport); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6700 CalculateWatermarks_params->FCLKChangeSupport = &mode_lib->ms.support.FCLKChangeSupport[j]; in dml_prefetch_check() 8127 mode_lib->ms.support.FCLKChangeSupport[j] != dml_fclock_change_unsupported); in dml_core_mode_support() 8205 …((mode_lib->ms.support.FCLKChangeSupport[1] == dml_fclock_change_vactive && mode_lib->ms.support.F… in dml_core_mode_support() 8206 …(mode_lib->ms.support.FCLKChangeSupport[1] == dml_fclock_change_vblank && mode_lib->ms.support.FCL… in dml_core_mode_support() 9462 CalculateWatermarks_params->FCLKChangeSupport = &locals->FCLKChangeSupport; in dml_core_mode_programming()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.h | 830 enum dm_fclock_change_support *FCLKChangeSupport,
|
| A D | display_mode_vba_util_32.c | 4284 enum dm_fclock_change_support *FCLKChangeSupport, in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4533 *FCLKChangeSupport = dm_fclock_change_vactive; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4536 *FCLKChangeSupport = dm_fclock_change_vblank; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4538 *FCLKChangeSupport = dm_fclock_change_unsupported; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4637 dml_print("DML::%s: FCLKChangeSupport = %d\n", __func__, *FCLKChangeSupport); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
| A D | display_mode_vba_32.c | 1713 || mode_lib->vba.FCLKChangeSupport[i][j] != dm_fclock_change_unsupported) in mode_support_configuration() 3611 &v->FCLKChangeSupport[i][j], in dml32_ModeSupportAndSystemConfigurationFull()
|
| A D | dcn32_fpu.c | 1673 …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/ |
| A D | display_mode_vba.h | 1204 enum dm_fclock_change_support FCLKChangeSupport[DC__VOLTAGE_STATES][2]; member
|
Completed in 153 milliseconds