Skip to content

Commit 92e0e87

Browse files
spandruvadaandy-shev
authored andcommitted
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 <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 3bc3d30 commit 92e0e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/platform/x86/intel_speed_select_if/isst_if_common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ static struct isst_if_cmd_cb punit_callbacks[ISST_IF_DEV_MAX];
2929
static int punit_msr_white_list[] = {
3030
MSR_TURBO_RATIO_LIMIT,
3131
MSR_CONFIG_TDP_CONTROL,
32+
MSR_TURBO_RATIO_LIMIT1,
33+
MSR_TURBO_RATIO_LIMIT2,
3234
};
3335

3436
struct isst_valid_cmd_ranges {

0 commit comments

Comments
 (0)