Re: [PATCH] drm/amd: Forbid suspending into non-default suspend states

2025-04-08 Thread Alex Deucher
On Tue, Apr 8, 2025 at 2:10 PM Mario Limonciello wrote: > > From: Mario Limonciello > > On systems that default to 'deep' some userspace software likes > to try to suspend in 'deep' first. If there is a failure for any > reason (such as -ENOMEM) the failure is ignored and then it will > try to u

[PATCH] drm/amd: Forbid suspending into non-default suspend states

2025-04-08 Thread Mario Limonciello
From: Mario Limonciello On systems that default to 'deep' some userspace software likes to try to suspend in 'deep' first. If there is a failure for any reason (such as -ENOMEM) the failure is ignored and then it will try to use 's2idle' as a fallback. This fails, but more importantly it leads t