Re: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time

2022-01-04 Thread Alex Deucher
t; Sent: Tuesday, January 4, 2022 11:24 > To: Limonciello, Mario ; > amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time > > > > [AMD Official Use Only] > > > > I don't think this will work properly. The in_s3 flag

RE: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time

2022-01-04 Thread Limonciello, Mario
; Cc: Limonciello, Mario mailto:mario.limoncie...@amd.com>> Subject: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time This makes it clearer which codepaths are in use specifically in one state or the other. Signed-off-by: Mario Limonciello mailto:mario.limoncie...@amd.com>> --- drivers

Re: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time

2022-01-04 Thread Deucher, Alexander
: Monday, January 3, 2022 10:23 AM To: amd-gfx@lists.freedesktop.org Cc: Limonciello, Mario Subject: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time This makes it clearer which codepaths are in use specifically in one state or the other. Signed-off-by: Mario Limonciello --- drivers/gpu

RE: [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time

2022-01-03 Thread Quan, Evan
[AMD Official Use Only] Series is acked-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of > Mario Limonciello > Sent: Monday, January 3, 2022 11:23 PM > To: amd-gfx@lists.freedesktop.org > Cc: Limonciello, Mario > Subject: [PATCH 2/2] drm/amdgpu:

[PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time

2022-01-03 Thread Mario Limonciello
This makes it clearer which codepaths are in use specifically in one state or the other. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c