Re: [PATCH] drm/amdgpu/display: clean up dcn2*_pp_smu functions

2019-10-11 Thread Harry Wentland
On 2019-10-10 11:10 a.m., Alex Deucher wrote: > 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.la...@amd.com > Signed-off-by: Alex Deucher Reviewed-by: Harry Wentland Harry > --- >

[PATCH] drm/amdgpu/display: clean up dcn2*_pp_smu functions

2019-10-10 Thread Alex Deucher
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.la...@amd.com Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 6 --