Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11

2023-07-27 Thread Huang, Tim
[AMD Official Use Only - General] From: Limonciello, Mario Sent: Friday, July 28, 2023 10:39 AM To: Huang, Tim ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Yifan Subject: Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 On 7/27/23 21:21

Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11

2023-07-27 Thread Mario Limonciello
On 7/27/23 21:21, Huang, Tim wrote: [AMD Official Use Only - General] *From:* Limonciello, Mario *Sent:* Friday, July 28, 2023 9:14 AM *To:* Huang, Tim ; amd-gfx@lists.freedesktop.org *Cc:* Deucher, Alexander ; Zhang, Yifan *Subject:* Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3

Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11

2023-07-27 Thread Huang, Tim
[AMD Official Use Only - General] From: Limonciello, Mario Sent: Friday, July 28, 2023 9:14 AM To: Huang, Tim ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Yifan Subject: Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 On 7/27/23 20:05, Tim

Re: [PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11

2023-07-27 Thread Mario Limonciello
On 7/27/23 20:05, Tim Huang wrote: From: Tim Huang For SMU v13.0.4/11, driver does not need to stop RLC for S0i3, the firmwares will handle that properly. Conceptually I'm aligned to this. But, just to confirm, have you already run some testing with this with current GPU F/W, BIOS and either

[PATCH] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11

2023-07-27 Thread Tim Huang
From: Tim Huang For SMU v13.0.4/11, driver does not need to stop RLC for S0i3, the firmwares will handle that properly. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git