[RFC 05/13] acpi/x86: s2idle: add modern standby transition function

2024-11-21 Thread Antheas Kapenekakis
Add a new function to transition modern standby states and call it as part of the suspend sequence to make sure it begins under the Modern Standby "Sleep" state. Signed-off-by: Antheas Kapenekakis --- include/linux/suspend.h | 11 kernel/power/power.h| 1 + kernel/power/suspend.c |

Re: [RFC 05/13] acpi/x86: s2idle: add modern standby transition function

2024-11-21 Thread Antheas Kapenekakis
On Thu, 21 Nov 2024 at 19:16, Mario Limonciello wrote: > > On 11/21/2024 11:22, Antheas Kapenekakis wrote: > > Add a new function to transition modern standby states and call it > > as part of the suspend sequence to make sure it begins under the > > Modern Standby "Sleep" state. > > > Signed-off

Re: [RFC 05/13] acpi/x86: s2idle: add modern standby transition function

2024-11-21 Thread Mario Limonciello
On 11/21/2024 11:22, Antheas Kapenekakis wrote: Add a new function to transition modern standby states and call it as part of the suspend sequence to make sure it begins under the Modern Standby "Sleep" state. > > Signed-off-by: Antheas Kapenekakis --- include/linux/suspend.h | 11 ke