]> git.baikalelectronics.ru Git - kernel.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)
commit1212d5613f674c32f03304ce915175e60e946632
treea261b489d7f734978e6535164b04ae1c72968b75
parentcfecfee6215890f5e2e0578f187691cbe3ff9576
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