Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c529 static int dcn6_get_vactive_latency_hiding(const struct dml2_validation_result *validation_res, int… in dcn6_get_vactive_latency_hiding() argument
534 if (!validation_res->is_mode_support_valid) in dcn6_get_vactive_latency_hiding()
539 …if (validation_res->mode_support.cfg_support_info.plane_support_info[i].active_latency_hiding_us <… in dcn6_get_vactive_latency_hiding()
540 …min_vactive_latency_hiding_us = validation_res->mode_support.cfg_support_info.plane_support_info[i… in dcn6_get_vactive_latency_hiding()
548 const struct dml2_validation_result *validation_res, in dcn6_get_vactive_det_fill_delay_us() argument
557 …if (validation_res->mode_support.cfg_support_info.plane_support_info[i].vactive_det_fill_delay_us[… in dcn6_get_vactive_det_fill_delay_us()
558 …max_vactive_det_fill_delay_us = validation_res->mode_support.cfg_support_info.plane_support_info[i… in dcn6_get_vactive_det_fill_delay_us()
1133 const struct dml2_validation_result *validation_res, in dcn6_alternate_permissible() argument
1139 …unsigned int svp0_dst_lines = validation_res->mode_support.cfg_support_info.stream_support_info[st… in dcn6_alternate_permissible()
1140 …unsigned int svp1_dst_lines = validation_res->mode_support.cfg_support_info.stream_support_info[st… in dcn6_alternate_permissible()
[all …]