Searched refs:stream_pstate_method (Results 1 – 1 of 1) sorted by relevance
1232 enum dml2_pstate_method stream_pstate_method, in get_per_method_common_meta() argument1237 switch (stream_pstate_method) { in get_per_method_common_meta()1497 const enum dml2_pstate_method stream_pstate_method, in stream_matches_drr_policy() argument1504 if (is_bit_set_in_bitfield(PMO_NO_DRR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1510 } else if (is_bit_set_in_bitfield(PMO_NO_DRR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1511 is_bit_set_in_bitfield(PMO_FW_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1516 } else if (is_bit_set_in_bitfield(PMO_DRR_VAR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1522 } else if (is_bit_set_in_bitfield(PMO_DRR_VAR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1528 } else if (is_bit_set_in_bitfield(PMO_DRR_CLAMPED_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1537 } else if (is_bit_set_in_bitfield(PMO_FW_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()