drm/amd/display: Replace for loop w/ function call
authorWesley Chalmers <Wesley.Chalmers@amd.com>
Wed, 21 Aug 2019 20:09:27 +0000 (16:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Sep 2019 13:06:54 +0000 (08:06 -0500)
commita45804db8bc08efba06ab6a0a6d0dc2d4d5d1a24
treef73e679ee14de29628d74d1334cc0c183c2ca646
parent387596ef2859c37d564ce15abddbc9063a132e2c
drm/amd/display: Replace for loop w/ function call

[WHY]
A function to adjust DPP clocks with DTO already exists; function code
is identical to the code replaced here

Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c