[PATCH 5/8] drm/amdgpu/swSMU: set AC/DC mode based on the current system state (v2)

2020-03-20 Thread Alex Deucher
Check of the pointer exists and we are actually on AC power. v2: fix error message to reflect AC/DC mode. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 5/8] drm/amdgpu/swSMU: set AC/DC mode based on the current system state

2020-03-20 Thread Alex Deucher
Check of the pointer exists and we are actually on AC power. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c