Re: [PATCH 1/2] drm/amdgpu: explicitly check for s0ix when evicting resources

2022-01-04 Thread Deucher, Alexander
[Public] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Mario Limonciello Sent: Monday, January 3, 2022 10:23 AM To: amd-gfx@lists.freedesktop.org Cc: Limonciello, Mario Subject: [PATCH 1/2] drm/amdgpu: explicitly check for s0ix when evicting

[PATCH 1/2] drm/amdgpu: explicitly check for s0ix when evicting resources

2022-01-03 Thread Mario Limonciello
This codepath should be running in both s0ix and s3, but only does currently because s3 and s0ix are both set in the s0ix case. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git