]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: amd-pstate: Expose struct amd_cpudata
authorMeng Li <li.meng@amd.com>
Wed, 17 Aug 2022 03:46:27 +0000 (11:46 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 5 Oct 2022 17:05:17 +0000 (11:05 -0600)
commitb1c6bbeb50405acd4e5dca5001cb75bae108aabc
tree35e0d46f95f2de8385d443c53895dd49421496fb
parent5bd571deb120d5d67e867954d523c06c2ec195c6
cpufreq: amd-pstate: Expose struct amd_cpudata

Expose struct amd_cpudata to AMD P-State unit test module.

This data struct will be used on the following AMD P-State unit test
(amd-pstate-ut) module. The amd-pstate-ut module can get some
AMD infomations by this data struct. For example: highest perf,
nominal perf, boost supported etc.

Signed-off-by: Meng Li <li.meng@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
MAINTAINERS
drivers/cpufreq/amd-pstate.c
include/linux/amd-pstate.h [new file with mode: 0644]