[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221117225822.16154-5-mario.limonciello@amd.com>
Date: Thu, 17 Nov 2022 16:58:20 -0600
From: Mario Limonciello <mario.limonciello@....com>
To: "Rafael J . Wysocki" <rafael@...nel.org>,
Rajneesh Bhardwaj <irenic.rajneesh@...il.com>,
David E Box <david.e.box@...el.com>
CC: Sven van Ashbrook <svenva@...omium.org>,
Raul Rangel <rrangel@...omium.org>, <linux-pm@...r.kernel.org>,
<platform-driver-x86@...r.kernel.org>, Pavel Machek <pavel@....cz>,
Len Brown <len.brown@...el.com>,
John Stultz <jstultz@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
Stephen Boyd <sboyd@...nel.org>,
S-k Shyam-sundar <Shyam-sundar.S-k@....com>,
Rajat Jain <rajatja@...gle.com>,
Hans de Goede <hdegoede@...hat.com>,
<linux-kernel@...r.kernel.org>,
Mario Limonciello <mario.limonciello@....com>,
Mark Gross <markgross@...nel.org>
Subject: [RFC v4 4/5] platform/x86/intel/pmc: core: Always capture counters on suspend
Currently counters are only captured during suspend when the
warn_on_s0ix_failures module parameter is set.
In order to relay this counter information to the kernel reporting
infrastructure adjust it so that the counters are always captured.
Signed-off-by: Mario Limonciello <mario.limonciello@....com>
---
RFC v3->v4:
* New patch
---
drivers/platform/x86/intel/pmc/core.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
index adc2cae4db28..9baf2bb443c8 100644
--- a/drivers/platform/x86/intel/pmc/core.c
+++ b/drivers/platform/x86/intel/pmc/core.c
@@ -2059,10 +2059,6 @@ static __maybe_unused int pmc_core_suspend(struct device *dev)
{
struct pmc_dev *pmcdev = dev_get_drvdata(dev);
- /* No warnings on S0ix failures */
- if (!warn_on_s0ix_failures)
- return 0;
-
/* Check if the syspend will actually use S0ix */
if (pm_suspend_via_firmware())
return 0;
--
2.34.1
Powered by blists - more mailing lists