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.c539 l->mode_support_ex_params.out_evaluation_info = &in_out->mode_support_result.cfg_support_info.clean_me_up.support_info; in core_dcn4_mode_support()
550 in_out->mode_support_result.global.fclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_fclk_change_supported; in core_dcn4_mode_support()
551 in_out->mode_support_result.global.uclk_pstate_supported = l->mode_support_ex_params.out_evaluation_info->global_dram_clock_change_supported; in core_dcn4_mode_support()
565 in_out->mode_support_result.global.active.average_bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core_internal_bw_sdp] * 1000), 1.0); in core_dcn4_mode_support()
566 in_out->mode_support_result.global.active.urgent_bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwidth_required_flip[dml2_core_internal_soc_state_sys_active][dml2_core_internal_bw_sdp] * 1000), 1.0); in core_dcn4_mode_support()
567 in_out->mode_support_result.global.svp_prefetch.average_bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_core_internal_bw_sdp] * 1000), 1.0); in core_dcn4_mode_support()
568 in_out->mode_support_result.global.svp_prefetch.urgent_bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwidth_required_flip[dml2_core_internal_soc_state_svp_prefetch][dml2_core_internal_bw_sdp] * 1000), 1.0); in core_dcn4_mode_support()
570 in_out->mode_support_result.global.active.average_bw_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->avg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core_internal_bw_dram] * 1000), 1.0); in core_dcn4_mode_support()
571 in_out->mode_support_result.global.active.urgent_bw_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info->urg_bandwidth_required_flip[dml2_core_internal_soc_state_sys_active][dml2_core_internal_bw_dram] * 1000), 1.0); in core_dcn4_mode_support()
572 in_out->mode_support_result.global.svp_prefetch.average_bw_dram_kbps = (unsigned long)math_ceil2((l->mode_support_ex_params.out_evaluation_info in core_dcn4_mode_support()
[all...]
H A Ddml2_core_shared_types.h2334 struct dml2_core_internal_mode_support_info *out_evaluation_info;
2331 struct dml2_core_internal_mode_support_info *out_evaluation_info; global() member
H A Ddml2_core_dcn4_calcs.c9682 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support; in CalculatePixelDeliveryTimes()
/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.c10313 *in_out_params->out_evaluation_info = in_out_params->mode_lib->ms.support;