]> git.itanic.dy.fi Git - linux-stable/commit
cpufreq: amd-pstate: Remove fast_switch_possible flag from active driver
authorWyes Karny <wyes.karny@amd.com>
Wed, 17 May 2023 16:28:16 +0000 (16:28 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 24 May 2023 17:39:16 +0000 (19:39 +0200)
commit249b62c448de7117c18531d626aed6e153cdfd75
treea893d4aa14ae7e26992cef024abfb95c63d6fe45
parent4badf2eb1e986bdbf34dd2f5d4c979553a86fe54
cpufreq: amd-pstate: Remove fast_switch_possible flag from active driver

amd_pstate active mode driver is only compatible with static governors.
Therefore it doesn't need fast_switch functionality. Remove
fast_switch_possible flag from amd_pstate active mode driver.

Fixes: ffa5096a7c33 ("cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors")
Signed-off-by: Wyes Karny <wyes.karny@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/amd-pstate.c