Searched refs:group_pstate_meta (Results 1 – 1 of 1) sorted by relevance
171 struct dml2_pstate_per_method_common_meta *group_pstate_meta, in dcn6_is_timing_group_schedulable() argument191 group_pstate_meta->allow_start_otg_vline = stream_method_pstate_meta->allow_start_otg_vline; in dcn6_is_timing_group_schedulable()192 group_pstate_meta->allow_end_otg_vline = stream_method_pstate_meta->allow_end_otg_vline; in dcn6_is_timing_group_schedulable()193 group_pstate_meta->period_us = stream_method_pstate_meta->period_us; in dcn6_is_timing_group_schedulable()200 … if (group_pstate_meta->allow_start_otg_vline < stream_method_pstate_meta->allow_start_otg_vline) { in dcn6_is_timing_group_schedulable()202 group_pstate_meta->allow_start_otg_vline = stream_method_pstate_meta->allow_start_otg_vline; in dcn6_is_timing_group_schedulable()205 if (group_pstate_meta->allow_end_otg_vline > stream_method_pstate_meta->allow_end_otg_vline) { in dcn6_is_timing_group_schedulable()207 group_pstate_meta->allow_end_otg_vline = stream_method_pstate_meta->allow_end_otg_vline; in dcn6_is_timing_group_schedulable()211 if (group_pstate_meta->allow_start_otg_vline >= group_pstate_meta->allow_end_otg_vline) { in dcn6_is_timing_group_schedulable()219 dcn5_build_method_scheduling_params(group_pstate_meta, &stream_pstate_meta[base_stream_idx]); in dcn6_is_timing_group_schedulable()[all …]