RE: [PATCH] drm/amd: Allow s0ix without BIOS support

2023-02-02 Thread Limonciello, Mario
[AMD Official Use Only - General] > -Original Message- > From: Alex Deucher > Sent: Wednesday, February 1, 2023 21:49 > To: Limonciello, Mario > Cc: amd-gfx@lists.freedesktop.org; Rafael Ávila de Espíndola > > Subject: Re: [PATCH] drm/amd: Allow s0ix without BIO

Re: [PATCH] drm/amd: Allow s0ix without BIOS support

2023-02-01 Thread Alex Deucher
On Wed, Jan 25, 2023 at 1:33 PM Mario Limonciello wrote: > > We guard the suspend entry code from running unless we have proper > BIOS support for either S3 mode or s0ix mode. > > If a user's system doesn't support either of these modes the kernel > still does offer s2idle in

RE: [PATCH] drm/amd: Allow s0ix without BIOS support

2023-01-30 Thread Limonciello, Mario
[Public] > -Original Message- > From: Rafael Ávila de Espíndola > Sent: Monday, January 30, 2023 08:08 > To: Limonciello, Mario ; amd- > g...@lists.freedesktop.org > Cc: Limonciello, Mario > Subject: Re: [PATCH] drm/amd: Allow s0ix without BIOS support >

Re: [PATCH] drm/amd: Allow s0ix without BIOS support

2023-01-30 Thread Rafael Ávila de Espíndola
BTW, to which git repo this gets added first? I took a look at git://anongit.freedesktop.org/drm-tip, but it is not there. Thanks, Rafael Mario Limonciello writes: > We guard the suspend entry code from running unless we have proper > BIOS support for either S3 mode or s0ix mode. > > If a

Re: [PATCH] drm/amd: Allow s0ix without BIOS support

2023-01-26 Thread Rafael Ávila de Espíndola
Mario Limonciello writes: > We guard the suspend entry code from running unless we have proper > BIOS support for either S3 mode or s0ix mode. > > If a user's system doesn't support either of these modes the kernel > still does offer s2idle in `/sys/power/mem_sleep` so there is an > expectation

Re: [PATCH] drm/amd: Allow s0ix without BIOS support

2023-01-25 Thread Alex Deucher
On Wed, Jan 25, 2023 at 1:33 PM Mario Limonciello wrote: > > We guard the suspend entry code from running unless we have proper > BIOS support for either S3 mode or s0ix mode. > > If a user's system doesn't support either of these modes the kernel > still does offer s2idle in

[PATCH] drm/amd: Allow s0ix without BIOS support

2023-01-25 Thread Mario Limonciello
We guard the suspend entry code from running unless we have proper BIOS support for either S3 mode or s0ix mode. If a user's system doesn't support either of these modes the kernel still does offer s2idle in `/sys/power/mem_sleep` so there is an expectation from users that it works even if the