Searched refs:stream_pstate_method (Results 1 – 1 of 1) sorted by relevance
1152 enum dml2_pmo_pstate_method stream_pstate_method, in get_per_method_common_meta() argument1157 switch (stream_pstate_method) { in get_per_method_common_meta()1416 const enum dml2_pmo_pstate_method stream_pstate_method, in stream_matches_drr_policy() argument1423 if (is_bit_set_in_bitfield(PMO_NO_DRR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1429 } else if (is_bit_set_in_bitfield(PMO_NO_DRR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1430 is_bit_set_in_bitfield(PMO_FW_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1435 } else if (is_bit_set_in_bitfield(PMO_DRR_VAR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1441 } else if (is_bit_set_in_bitfield(PMO_DRR_VAR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1447 } else if (is_bit_set_in_bitfield(PMO_DRR_CLAMPED_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1456 } else if (is_bit_set_in_bitfield(PMO_FW_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()