Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c538 …l->mode_support_ex_params.out_evaluation_info = &in_out->mode_support_result.cfg_support_info.clea… in core_dcn4_mode_support()
549 …rt_result.global.fclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_fcl… in core_dcn4_mode_support()
550 …rt_result.global.uclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_dra… in core_dcn4_mode_support()
564 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
565 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
566 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
567 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
569 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
570 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwi… in core_dcn4_mode_support()
571 …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.h2331 struct dml2_core_internal_mode_support_info *out_evaluation_info; member
H A Ddml2_core_dcn4_calcs.c9655 *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_0/
H A Ddml2_wrapper_fpu.c110 s->mode_support_params.out_evaluation_info = evaluation_info; in pack_and_call_dml_mode_support_ex()
H A Ddisplay_mode_core_structs.h1921 struct dml_mode_support_info_st *out_evaluation_info; member
H A Ddisplay_mode_core.c10221 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in dml_mode_support_ex()