Searched refs:group_pstate_meta (Results 1 – 1 of 1) sorted by relevance
1321 struct dml2_pstate_per_method_common_meta *group_pstate_meta) in is_timing_group_schedulable() argument1342 group_pstate_meta->allow_start_otg_vline = stream_method_pstate_meta->allow_start_otg_vline; in is_timing_group_schedulable()1343 group_pstate_meta->allow_end_otg_vline = stream_method_pstate_meta->allow_end_otg_vline; in is_timing_group_schedulable()1344 group_pstate_meta->period_us = stream_method_pstate_meta->period_us; in is_timing_group_schedulable()1351 … if (group_pstate_meta->allow_start_otg_vline < stream_method_pstate_meta->allow_start_otg_vline) { in is_timing_group_schedulable()1353 group_pstate_meta->allow_start_otg_vline = stream_method_pstate_meta->allow_start_otg_vline; in is_timing_group_schedulable()1356 if (group_pstate_meta->allow_end_otg_vline > stream_method_pstate_meta->allow_end_otg_vline) { in is_timing_group_schedulable()1358 group_pstate_meta->allow_end_otg_vline = stream_method_pstate_meta->allow_end_otg_vline; in is_timing_group_schedulable()1362 if (group_pstate_meta->allow_start_otg_vline >= group_pstate_meta->allow_end_otg_vline) { in is_timing_group_schedulable()1370 …build_method_scheduling_params(group_pstate_meta, &pmo->scratch.pmo_dcn4.stream_pstate_meta[base_s… in is_timing_group_schedulable()[all …]