]> git.baikalelectronics.ru Git - kernel.git/commit
tools/power/x86/intel-speed-select: Fix CLX-N package information output
authorPrarit Bhargava <prarit@redhat.com>
Thu, 2 Apr 2020 18:07:32 +0000 (14:07 -0400)
committerSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 11 May 2020 18:30:16 +0000 (11:30 -0700)
commit5109b49ed3feca5eda684d9f111ca3c209c2de58
tree90f0abe74387abea7a5f9d7f3737875940e8f237
parentce055689de380058cf38ce2962568536054d2419
tools/power/x86/intel-speed-select: Fix CLX-N package information output

On CLX-N the perf-profile output is missing the package, die, and cpu
output.  On CLX-N the pkg_dev struct will never be evaluated by the core
code so pkg_dev.processed is always 0 and the package, die, and cpu
information is never output.

Set the pkg_dev.processed flag to 1 for CLX-N processors.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: andriy.shevchenko@linux.intel.com
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: platform-driver-x86@vger.kernel.org
tools/power/x86/intel-speed-select/isst-config.c