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_dcn6_stage_optimizers.c91 const struct dml2_pstate_per_method_common_meta *stream_method_pstate_meta = NULL; in get_per_method_common_meta() local
96 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() local
187stream_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 …]