Searched refs:stream_pstate_method (Results 1 – 1 of 1) sorted by relevance
1252 enum dml2_pstate_method stream_pstate_method, in get_per_method_common_meta() argument1257 switch (stream_pstate_method) { in get_per_method_common_meta()1517 const enum dml2_pstate_method stream_pstate_method, in stream_matches_drr_policy() argument1524 if (is_bit_set_in_bitfield(PMO_NO_DRR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1530 } else if (is_bit_set_in_bitfield(PMO_NO_DRR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1531 is_bit_set_in_bitfield(PMO_FW_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1536 } else if (is_bit_set_in_bitfield(PMO_DRR_VAR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1542 } else if (is_bit_set_in_bitfield(PMO_DRR_VAR_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1548 } else if (is_bit_set_in_bitfield(PMO_DRR_CLAMPED_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()1557 } else if (is_bit_set_in_bitfield(PMO_FW_STRATEGY_MASK, stream_pstate_method) && in stream_matches_drr_policy()