Re: [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-07 Thread Rafael J. Wysocki
On Wed, May 7, 2025 at 9:45 PM Mario Limonciello wrote: > > On 5/7/2025 2:39 PM, Rafael J. Wysocki wrote: > > On Wed, May 7, 2025 at 9:17 PM Mario Limonciello wrote: > >> > >> On 5/7/2025 2:14 PM, Rafael J. Wysocki wrote: > >>> On Thu, May 1, 2025 at 11:17 PM Mario Limonciello > >>> wrote: > >>

Re: [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-07 Thread Rafael J. Wysocki
On Wed, May 7, 2025 at 9:17 PM Mario Limonciello wrote: > > On 5/7/2025 2:14 PM, Rafael J. Wysocki wrote: > > On Thu, May 1, 2025 at 11:17 PM Mario Limonciello > > wrote: > >> > >> From: Mario Limonciello > >> > >> commit 2965e6355dcd ("drm/amd: Add Suspend/Hibernate notification > >> callback

Re: [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-07 Thread Mario Limonciello
On 5/7/2025 2:39 PM, Rafael J. Wysocki wrote: On Wed, May 7, 2025 at 9:17 PM Mario Limonciello wrote: On 5/7/2025 2:14 PM, Rafael J. Wysocki wrote: On Thu, May 1, 2025 at 11:17 PM Mario Limonciello wrote: From: Mario Limonciello commit 2965e6355dcd ("drm/amd: Add Suspend/Hibernate notifi

Re: [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-07 Thread Alex Deucher
On Wed, May 7, 2025 at 3:39 PM Rafael J. Wysocki wrote: > > On Wed, May 7, 2025 at 9:17 PM Mario Limonciello wrote: > > > > On 5/7/2025 2:14 PM, Rafael J. Wysocki wrote: > > > On Thu, May 1, 2025 at 11:17 PM Mario Limonciello > > > wrote: > > >> > > >> From: Mario Limonciello > > >> > > >> com

Re: [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-07 Thread Mario Limonciello
On 5/7/2025 2:14 PM, Rafael J. Wysocki wrote: On Thu, May 1, 2025 at 11:17 PM Mario Limonciello wrote: From: Mario Limonciello commit 2965e6355dcd ("drm/amd: Add Suspend/Hibernate notification callback support") introduced a VRAM eviction earlier in the PM sequences when swap was still avail

Re: [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-07 Thread Rafael J. Wysocki
On Thu, May 1, 2025 at 11:17 PM Mario Limonciello wrote: > > From: Mario Limonciello > > commit 2965e6355dcd ("drm/amd: Add Suspend/Hibernate notification > callback support") introduced a VRAM eviction earlier in the PM > sequences when swap was still available for evicting to. This helped > to

[RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

2025-05-01 Thread Mario Limonciello
From: Mario Limonciello commit 2965e6355dcd ("drm/amd: Add Suspend/Hibernate notification callback support") introduced a VRAM eviction earlier in the PM sequences when swap was still available for evicting to. This helped to fix a number of memory pressure related bugs but also exposed a new one