Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1160 …stream_method_fams2_meta = &pmo->scratch.pmo_dcn4.stream_fams2_meta[stream_idx].method_vactive.com… in get_per_method_common_meta()
1626 …stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines = (unsigned int)math_floor( in build_fams2_meta_per_stream()
1631 stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines = in build_fams2_meta_per_stream()
1634 …stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_us = stream_fams2_meta->method_vactiv… in build_fams2_meta_per_stream()
1636 if (stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_us > 0.0) { in build_fams2_meta_per_stream()
1637 stream_fams2_meta->method_vactive.common.allow_start_otg_vline = in build_fams2_meta_per_stream()
1638 timing->v_blank_end + stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines; in build_fams2_meta_per_stream()
1639 stream_fams2_meta->method_vactive.common.allow_end_otg_vline = in build_fams2_meta_per_stream()
1643 stream_fams2_meta->method_vactive.common.allow_start_otg_vline = 0; in build_fams2_meta_per_stream()
1644 stream_fams2_meta->method_vactive.common.allow_end_otg_vline = 0; in build_fams2_meta_per_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h285 } method_vactive; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12369 (uint8_t)stream_fams2_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines; in dml2_core_calcs_get_stream_fams2_programming()
12371 (uint16_t)stream_fams2_meta->method_vactive.common.allow_start_otg_vline; in dml2_core_calcs_get_stream_fams2_programming()
12373 (uint16_t)stream_fams2_meta->method_vactive.common.allow_end_otg_vline; in dml2_core_calcs_get_stream_fams2_programming()