Re: [PATCH] drm/amdgpu: skip kfd-iommu suspend/resume for S0ix

2023-04-12 Thread Alex Deucher
On Wed, Apr 5, 2023 at 6:06 PM Limonciello, Mario wrote: > > On 4/5/2023 06:29, Liu, Aaron wrote: > > GFX is in gfxoff mode during s0ix so we shouldn't need to > > actually execute kfd_iommu_suspend/kfd_iommu_resume operation. > > > > Signed-off-by: Aaron Liu > > --- > Probably should add to this

Re: [PATCH] drm/amdgpu: skip kfd-iommu suspend/resume for S0ix

2023-04-05 Thread Limonciello, Mario
On 4/5/2023 06:29, Liu, Aaron wrote: GFX is in gfxoff mode during s0ix so we shouldn't need to actually execute kfd_iommu_suspend/kfd_iommu_resume operation. Signed-off-by: Aaron Liu --- Probably should add to this patch: Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2449 drivers/

[PATCH] drm/amdgpu: skip kfd-iommu suspend/resume for S0ix

2023-04-05 Thread Aaron Liu
GFX is in gfxoff mode during s0ix so we shouldn't need to actually execute kfd_iommu_suspend/kfd_iommu_resume operation. Signed-off-by: Aaron Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/