1. 26 Jul, 2022 1 commit
    • Shivnandan Kumar's avatar
      PM: QoS: Add check to make sure CPU freq is non-negative · 8d366942
      Shivnandan Kumar authored
      CPU frequency should never be negative.
      
      If some client driver calls freq_qos_update_request with a
      negative value which will be very high in absolute terms,
      then frequency QoS sets max CPU freq at fmax as it considers
      it's absolute value but it will add plist node with negative
      priority.
      
      plist node has priority from INT_MIN (highest) to INT_MAX(lowest).
      Once priority is set as negative, another client will not be able
      to reduce CPU frequency.
      
      Adding check to make sure CPU freq is non-negative will fix
      this problem.
      Signed-off-by: default avatarShivnandan Kumar <quic_kshivnan@quicinc.com>
      [ rjw: Changelog edits ]
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      8d366942
  2. 24 Jul, 2022 6 commits
  3. 23 Jul, 2022 2 commits
  4. 22 Jul, 2022 15 commits
  5. 21 Jul, 2022 15 commits
  6. 20 Jul, 2022 1 commit