platform/x86: ISST: Allow additional TRL MSRs
Additional Turbo Ratio Limit (TRL) MSRs are required to get bucket vs core count relationship. So add them to the list of allowed MSRs. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
3bc3d30ca3
commit
92e0e87d0b
|
@ -29,6 +29,8 @@ static struct isst_if_cmd_cb punit_callbacks[ISST_IF_DEV_MAX];
|
|||
static int punit_msr_white_list[] = {
|
||||
MSR_TURBO_RATIO_LIMIT,
|
||||
MSR_CONFIG_TDP_CONTROL,
|
||||
MSR_TURBO_RATIO_LIMIT1,
|
||||
MSR_TURBO_RATIO_LIMIT2,
|
||||
};
|
||||
|
||||
struct isst_valid_cmd_ranges {
|
||||
|
|
Loading…
Reference in New Issue