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_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1283 …stream_method_pstate_meta = &pmo->scratch.pmo_dcn4.stream_pstate_meta[stream_idx].method_vactive.c… in get_per_method_common_meta()
1750 …stream_pstate_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines = (unsigned int)math_floo… in build_pstate_meta_per_stream()
1755 stream_pstate_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines = in build_pstate_meta_per_stream()
1758 …stream_pstate_meta->method_vactive.max_vactive_det_fill_delay_us = stream_pstate_meta->method_vact… in build_pstate_meta_per_stream()
1760 if (stream_pstate_meta->method_vactive.max_vactive_det_fill_delay_us > 0.0) { in build_pstate_meta_per_stream()
1761 stream_pstate_meta->method_vactive.common.allow_start_otg_vline = in build_pstate_meta_per_stream()
1762 timing->v_blank_end + stream_pstate_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines; in build_pstate_meta_per_stream()
1763 stream_pstate_meta->method_vactive.common.allow_end_otg_vline = in build_pstate_meta_per_stream()
1767 stream_pstate_meta->method_vactive.common.allow_start_otg_vline = 0; in build_pstate_meta_per_stream()
1768 stream_pstate_meta->method_vactive.common.allow_end_otg_vline = 0; in build_pstate_meta_per_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h295 } method_vactive; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12850 (uint8_t)stream_pstate_meta->method_vactive.max_vactive_det_fill_delay_otg_vlines; in dml2_core_calcs_get_stream_fams2_programming()
12852 (uint16_t)stream_pstate_meta->method_vactive.common.allow_start_otg_vline; in dml2_core_calcs_get_stream_fams2_programming()
12854 (uint16_t)stream_pstate_meta->method_vactive.common.allow_end_otg_vline; in dml2_core_calcs_get_stream_fams2_programming()