Re: [PATCH] drm/amdgpu: Only check for S0ix if AMD_PMC is configured

2021-03-01 Thread Bhardwaj, Rajneesh
Reviewed-by: Rajneesh Bhardwaj On 2/26/2021 5:27 PM, Alex Deucher wrote: [CAUTION: External Email] The S0ix check only makes sense if the AMD PMC driver is present. We need to use the legacy S3 pathes when the PMC driver is not present. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/

RE: [PATCH] drm/amdgpu: Only check for S0ix if AMD_PMC is configured

2021-02-28 Thread Liang, Prike
TCH] drm/amdgpu: Only check for S0ix if AMD_PMC is configured > > The S0ix check only makes sense if the AMD PMC driver is present. We need > to use the legacy S3 pathes when the PMC driver is not present. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/

[PATCH] drm/amdgpu: Only check for S0ix if AMD_PMC is configured

2021-02-26 Thread Alex Deucher
The S0ix check only makes sense if the AMD PMC driver is present. We need to use the legacy S3 pathes when the PMC driver is not present. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/dr