Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
Ddml2_pmo_dcn4_fams2.c1135 struct dml2_fams2_per_method_common_meta *stream_method_fams2_meta, in build_method_scheduling_params() argument
1138 stream_method_fams2_meta->allow_time_us = in build_method_scheduling_params()
1139 …(double)((int)stream_method_fams2_meta->allow_end_otg_vline - (int)stream_method_fams2_meta->allow… in build_method_scheduling_params()
1141 if (stream_method_fams2_meta->allow_time_us >= stream_method_fams2_meta->period_us) { in build_method_scheduling_params()
1143 stream_method_fams2_meta->disallow_time_us = 0.0; in build_method_scheduling_params()
1145 stream_method_fams2_meta->disallow_time_us = in build_method_scheduling_params()
1146 stream_method_fams2_meta->period_us - stream_method_fams2_meta->allow_time_us; in build_method_scheduling_params()
1155 struct dml2_fams2_per_method_common_meta *stream_method_fams2_meta = NULL; in get_per_method_common_meta() local
1160stream_method_fams2_meta = &pmo->scratch.pmo_dcn4.stream_fams2_meta[stream_idx].method_vactive.com… in get_per_method_common_meta()
1164stream_method_fams2_meta = &pmo->scratch.pmo_dcn4.stream_fams2_meta[stream_idx].method_vblank.comm… in get_per_method_common_meta()
[all …]