Re: [PATCH 4/9] platform/x86: intel_pmc_core: Show LPM residency in microseconds

2021-04-07 Thread Rajneesh Bhardwaj
Reviewed-by: Rajneesh Bhardwaj On Wed, Mar 31, 2021 at 11:06 PM David E. Box wrote: > > From: Gayatri Kammela > > Modify the low power mode (LPM or sub-state) residency counters to display > in microseconds just like the slp_s0_residency counter. The granularity of > the counter is

Re: [PATCH 4/9] platform/x86: intel_pmc_core: Show LPM residency in microseconds

2021-04-07 Thread Hans de Goede
Hi, On 4/1/21 5:05 AM, David E. Box wrote: > From: Gayatri Kammela > > Modify the low power mode (LPM or sub-state) residency counters to display > in microseconds just like the slp_s0_residency counter. The granularity of > the counter is approximately 30.5us per tick. Double this value then

[PATCH 4/9] platform/x86: intel_pmc_core: Show LPM residency in microseconds

2021-03-31 Thread David E. Box
From: Gayatri Kammela Modify the low power mode (LPM or sub-state) residency counters to display in microseconds just like the slp_s0_residency counter. The granularity of the counter is approximately 30.5us per tick. Double this value then divide by two to maintain accuracy. Signed-off-by: