Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c424 …l->mode_support_ex_params.out_evaluation_info = &in_out->mode_support_result.cfg_support_info.clea… in core_dcn4_mode_support()
435 …rt_result.global.fclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_fcl… in core_dcn4_mode_support()
436 …rt_result.global.uclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_dra… in core_dcn4_mode_support()
450 …bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
455 …w_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwi… in core_dcn4_mode_support()
471 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
474 switch (l->mode_support_ex_params.out_evaluation_info->ODMMode[i]) { in core_dcn4_mode_support()
477 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
501 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
517 …_support_info[stream_index].dsc_enable = l->mode_support_ex_params.out_evaluation_info->DSCEnabled… in core_dcn4_mode_support()
[all …]
H A Ddml2_core_shared_types.h2145 struct dml2_core_internal_mode_support_info *out_evaluation_info; member
H A Ddml2_core_dcn4_calcs.c9649 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in dml2_core_calcs_mode_support_ex()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c104 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.c10196 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in dml_mode_support_ex()