Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c417 …l->mode_support_ex_params.out_evaluation_info = &in_out->mode_support_result.cfg_support_info.clea… in core_dcn4_mode_support()
428 …rt_result.global.fclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_fcl… in core_dcn4_mode_support()
429 …rt_result.global.uclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_dra… in core_dcn4_mode_support()
443 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
444 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
445 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
446 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
448 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
449 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
450 …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.h2056 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()
/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.h1863 struct dml_mode_support_info_st *out_evaluation_info; member