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)
commitf1375ec1df09fb09fecfdf9418d3784e7ba12469
tree35e0d46f95f2de8385d443c53895dd49421496fb
parent0e29bc0ebaabf4e5270a23fd5ccce06fac3e140d
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]