]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/powerplay: move od_default_setting callback to asic file
authorKevin Wang <kevin1.wang@amd.com>
Tue, 21 May 2019 07:37:24 +0000 (15:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:32 +0000 (18:59 -0500)
commit8f30a16d3ac15f61aa7a02b77191aafe44912654
treea261b489d7f734978e6535164b04ae1c72968b75
parenta259714bb26a5d107d5d0d742afd509c350441f4
drm/amd/powerplay: move od_default_setting callback to asic file

the set default od_setting is asic related function,
so move thic code to vega20_ppt file.

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/smu_v11_0.c
drivers/gpu/drm/amd/powerplay/vega20_ppt.c