Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1265 struct dml2_pstate_per_method_common_meta *stream_method_pstate_meta, in build_method_scheduling_params() argument
1268 stream_method_pstate_meta->allow_time_us = in build_method_scheduling_params()
1269 …(double)((int)stream_method_pstate_meta->allow_end_otg_vline - (int)stream_method_pstate_meta->all… in build_method_scheduling_params()
1271 if (stream_method_pstate_meta->allow_time_us >= stream_method_pstate_meta->period_us) { in build_method_scheduling_params()
1273 stream_method_pstate_meta->disallow_time_us = 0.0; in build_method_scheduling_params()
1275 stream_method_pstate_meta->disallow_time_us = in build_method_scheduling_params()
1276 stream_method_pstate_meta->period_us - stream_method_pstate_meta->allow_time_us; in build_method_scheduling_params()
1285 struct dml2_pstate_per_method_common_meta *stream_method_pstate_meta = NULL; in get_per_method_common_meta() local
1290stream_method_pstate_meta = &pmo->scratch.pmo_dcn4.stream_pstate_meta[stream_idx].method_vactive.c… in get_per_method_common_meta()
1294stream_method_pstate_meta = &pmo->scratch.pmo_dcn4.stream_pstate_meta[stream_idx].method_vblank.co… in get_per_method_common_meta()
[all …]