drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c
authorEvan Quan <evan.quan@amd.com>
Fri, 27 Mar 2020 07:33:00 +0000 (15:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 31 Mar 2020 16:26:15 +0000 (12:26 -0400)
commit49e78c820a025a2c6e849b34fe113727194a7034
tree9cff1191eb72b0170e987dbd0b17f2a175b1d74a
parente4295adc84a342cf6f627128cbbd939f320cf687
drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c

This is ASIC specific and should be placed in _ppt.c of each ASIC.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
drivers/gpu/drm/amd/powerplay/navi10_ppt.c
drivers/gpu/drm/amd/powerplay/smu_v11_0.c
drivers/gpu/drm/amd/powerplay/vega20_ppt.c