Home
last modified time | relevance | path

Searched refs:out_evaluation_info (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c401 …l->mode_support_ex_params.out_evaluation_info = &in_out->mode_support_result.cfg_support_info.clea… in core_dcn4_mode_support()
412 …rt_result.global.fclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_fcl… in core_dcn4_mode_support()
413 …rt_result.global.uclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_dra… in core_dcn4_mode_support()
427 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
428 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
429 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
430 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
432 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
433 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
434 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
[all …]
H A Ddml2_core_shared_types.h2133 struct dml2_core_internal_mode_support_info *out_evaluation_info; member
H A Ddml2_core_shared.c2843 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in dml2_core_shared_mode_support()
H A Ddml2_core_dcn4_calcs.c9613 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in dml2_core_calcs_mode_support_ex()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c102 s->mode_support_params.out_evaluation_info = evaluation_info; in pack_and_call_dml_mode_support_ex()
H A Ddisplay_mode_core_structs.h1920 struct dml_mode_support_info_st *out_evaluation_info; member
H A Ddisplay_mode_core.c10194 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in dml_mode_support_ex()