drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu file
authorKevin Wang <kevin1.wang@amd.com>
Wed, 15 May 2019 04:59:58 +0000 (12:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:31 +0000 (18:59 -0500)
commita38470f0f8dcd639262d7e2eeaa26b8e0947d811
treeddc5d843d1c0d84bc50f21cffc8024e2fe250bc5
parenteefa5e2b3030585ffb0e4afaf26ae5f28b3f9f8e
drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu file

because this callback is not asic related function, so move it to top
code level to support more asic (eg: navi10)

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
drivers/gpu/drm/amd/powerplay/vega20_ppt.c