drm/amdgpu/display: clean up dcn2*_pp_smu functions
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 10 Oct 2019 15:07:40 +0000 (10:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Oct 2019 19:49:01 +0000 (15:49 -0400)
commit44e149bb1ea2abfd09540d3f57f15495b42b5ce4
tree1de60ec1973f8c752eee3081aa102d4c06968bec
parentbb3d7d322dff0d367cbb802a5efb4060edd7e10e
drm/amdgpu/display: clean up dcn2*_pp_smu functions

Use the dcn21 functions in dcn21_resource.c and make the
dcn20 functions static since they are only used in
dcn20_resource now.

Cc: bhawanpreet.lakha@amd.com
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.h
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c