Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1238 stream_method_fams2_meta->allow_time_us = in build_method_scheduling_params()
1239 …(double)((int)stream_method_fams2_meta->allow_end_otg_vline - (int)stream_method_fams2_meta->allow… in build_method_scheduling_params()
1241 if (stream_method_fams2_meta->allow_time_us >= stream_method_fams2_meta->period_us) { in build_method_scheduling_params()
1243 stream_method_fams2_meta->disallow_time_us = 0.0; in build_method_scheduling_params()
1245 stream_method_fams2_meta->disallow_time_us = in build_method_scheduling_params()
1246 stream_method_fams2_meta->period_us - stream_method_fams2_meta->allow_time_us; in build_method_scheduling_params()
1280 stream_method_fams2_meta = NULL; in get_per_method_common_meta()
1283 return stream_method_fams2_meta; in get_per_method_common_meta()
1309 if (!stream_method_fams2_meta) in is_timing_group_schedulable()
1314 group_fams2_meta->period_us = stream_method_fams2_meta->period_us; in is_timing_group_schedulable()
[all …]