[PATCH 3/3] drm/amd/powerplay: clear the swSMU code layer

2019-10-20 Thread Quan, Evan
With this cleanup, the APIs from amdgpu_smu.c will map to ASIC specific ones directly. Those can be shared around all SMU V11/V12 ASICs will be put in smu_v11_0.c and smu_v12_0.c respectively. Change-Id: I9b98eb5ace5df19896de4b05c37255a38d1079ce Signed-off-by: Evan Quan Acked-by: Alex Deucher --

Re: [PATCH 3/3] drm/amd/powerplay: clear the swSMU code layer

2019-10-18 Thread Alex Deucher
Nice cleanup. As a next step, it would be nice to converge on a single set of ppt functions so we could clean up all the call sites to have one path regardless of powerplay or swSMU as the backend implementation. Acked-by: Alex Deucher On Fri, Oct 18, 2019 at 10:57 AM Quan, Evan wrote: > > With

[PATCH 3/3] drm/amd/powerplay: clear the swSMU code layer

2019-10-18 Thread Quan, Evan
With this cleanup, the APIs from amdgpu_smu.c will map to ASIC specific ones directly. Those can be shared around all SMU V11/V12 ASICs will be put in smu_v11_0.c and smu_v12_0.c respectively. Change-Id: I9b98eb5ace5df19896de4b05c37255a38d1079ce Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/a