RE: [PATCH] drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m

2021-03-10 Thread Liang, Prike
-Original Message- > From: Liang, Prike > Sent: Wednesday, March 10, 2021 4:21 PM > To: Alex Deucher ; amd- > g...@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: RE: [PATCH] drm/amdgpu: fix S0ix handling when the > CONFIG_AMD_PMC=m > > Not find the Kconfig

RE: [PATCH] drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m

2021-03-10 Thread Liang, Prike
alf Of Alex > Deucher > Sent: Wednesday, March 10, 2021 12:01 PM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu: fix S0ix handling when the > CONFIG_AMD_PMC=m > > Need to check the module variant as well. > > Signed-off-by: Al

[PATCH] drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m

2021-03-09 Thread Alex Deucher
Need to check the module variant as well. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c index 36a741d63ddc..2e9b16fb