RE: [PATCH] drm/amd/pm: extend the gfxoff delay for compute workload

2025-02-16 Thread Wang, Yang(Kevin)
[AMD Official Use Only - AMD Internal Distribution Only] -Original Message- From: Kenneth Feng Sent: Friday, February 14, 2025 19:15 To: amd-gfx@lists.freedesktop.org Cc: Wang, Yang(Kevin) ; Feng, Kenneth Subject: [PATCH] drm/amd/pm: extend the gfxoff delay for compute workload extend

Re: [PATCH] drm/amd/pm: extend the gfxoff delay for compute workload

2025-02-14 Thread Alex Deucher
On Fri, Feb 14, 2025 at 7:32 AM Kenneth Feng wrote: > > extend the gfxoff delay for compute workload on smu 14.0.2/3 > to fix the kfd test issue. This doesn't make sense. We explicitly disallow gfxoff in amdgpu_amdkfd_set_compute_idle() already so it should already be disallowed. Alex > > Sig

[PATCH] drm/amd/pm: extend the gfxoff delay for compute workload

2025-02-14 Thread Kenneth Feng
extend the gfxoff delay for compute workload on smu 14.0.2/3 to fix the kfd test issue. Signed-off-by: Kenneth Feng --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 3 +++ drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 14 ++ drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | 1 +