Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1727 …stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines = (unsigned int)math_floor( in build_fams2_meta_per_stream()
1732 stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines = in build_fams2_meta_per_stream()
1735 …stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_us = stream_fams2_meta->method_vactiv… in build_fams2_meta_per_stream()
1737 if (stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_us > 0.0) { in build_fams2_meta_per_stream()
1738 stream_fams2_meta->method_vactive.common.allow_start_otg_vline = in build_fams2_meta_per_stream()
1739 timing->v_blank_end + stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines; in build_fams2_meta_per_stream()
1740 stream_fams2_meta->method_vactive.common.allow_end_otg_vline = in build_fams2_meta_per_stream()
1744 stream_fams2_meta->method_vactive.common.allow_start_otg_vline = 0; in build_fams2_meta_per_stream()
1745 stream_fams2_meta->method_vactive.common.allow_end_otg_vline = 0; in build_fams2_meta_per_stream()
1747 stream_fams2_meta->method_vactive.common.period_us = stream_fams2_meta->nom_frame_time_us; in build_fams2_meta_per_stream()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h280 } method_vactive; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12860 (uint8_t)stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines; in dml2_core_calcs_get_stream_fams2_programming()
12862 (uint16_t)stream_fams2_meta->method_vactive.common.allow_start_otg_vline; in dml2_core_calcs_get_stream_fams2_programming()
12864 (uint16_t)stream_fams2_meta->method_vactive.common.allow_end_otg_vline; in dml2_core_calcs_get_stream_fams2_programming()