platform/x86: intel_turbo_max_3: Remove restriction for HWP platforms
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 12 Feb 2018 19:50:47 +0000 (11:50 -0800)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 15 Feb 2018 10:21:48 +0000 (12:21 +0200)
commit04e4e888558ebe5d9701e31bba61d4e256ab71a8
treeef722c2cf320c24f5f8b408b01b823d1367e1586
parentb1ca80e4a23b91fc90545919dda90a32ec558663
platform/x86: intel_turbo_max_3: Remove restriction for HWP platforms

On systems supporting HWP (Hardware P-States) mode, we expected to
enumerate core priority via ACPI-CPPC tables. Unfortunately deployment of
TURBO 3.0 didn't use this method to show core priority. So users are not
able to utilize this feature in HWP mode.

So remove the loading restriction of this driver for HWP enabled systems.
Even if there are some systems, which are providing the core priority via
ACPI CPPC, this shouldn't cause any conflict as the source of priority
definition is same.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Reported-and-tested-and-reviewed-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_turbo_max_3.c