Searched refs:stream_method_pstate_meta (Results 1 – 1 of 1) sorted by relevance
91 const struct dml2_pstate_per_method_common_meta *stream_method_pstate_meta = NULL; in get_per_method_common_meta() local96 stream_method_pstate_meta = &stream_pstate_meta[stream_idx].method_vactive.common; in get_per_method_common_meta()100 stream_method_pstate_meta = &stream_pstate_meta[stream_idx].method_vblank.common; in get_per_method_common_meta()103 stream_method_pstate_meta = &stream_pstate_meta[stream_idx].method_drr.common; in get_per_method_common_meta()106 stream_method_pstate_meta = &stream_pstate_meta[stream_idx].method_alternate.common; in get_per_method_common_meta()117 stream_method_pstate_meta = NULL; in get_per_method_common_meta()120 return stream_method_pstate_meta; in get_per_method_common_meta()175 const struct dml2_pstate_per_method_common_meta *stream_method_pstate_meta; in dcn6_is_timing_group_schedulable() local187 …stream_method_pstate_meta = get_per_method_common_meta(stream_pstate_meta, per_stream_pstate_metho… in dcn6_is_timing_group_schedulable()188 if (!stream_method_pstate_meta) in dcn6_is_timing_group_schedulable()[all …]