Searched refs:smu8_ps (Results 1 – 1 of 1) sorted by relevance
1077 struct smu8_power_state *smu8_ps; in smu8_apply_state_adjust_rules() local1083 smu8_ps = cast_smu8_power_state(&prequest_ps->hardware); in smu8_apply_state_adjust_rules()1086 if (!smu8_ps || !smu8_current_ps) in smu8_apply_state_adjust_rules()1089 smu8_ps->need_dfs_bypass = true; in smu8_apply_state_adjust_rules()1104 smu8_ps->action = smu8_current_ps->action; in smu8_apply_state_adjust_rules()1110 else if (!force_high && (smu8_ps->action == FORCE_HIGH)) in smu8_apply_state_adjust_rules()1111 smu8_ps->action = CANCEL_FORCE_HIGH; in smu8_apply_state_adjust_rules()1112 else if (force_high && (smu8_ps->action != FORCE_HIGH)) in smu8_apply_state_adjust_rules()1113 smu8_ps->action = FORCE_HIGH; in smu8_apply_state_adjust_rules()1115 smu8_ps->action = DO_NOTHING; in smu8_apply_state_adjust_rules()[all …]