OSDN Git Service

drm/amd/display: populate last calculated bb state with max clocks
authorJun Lei <Jun.Lei@amd.com>
Wed, 3 Jul 2019 20:52:38 +0000 (16:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:27:26 +0000 (14:27 -0500)
commit6da16270ee026a0397a67f5e2b4661b6dfa45afb
tree8a13b9e65cb12a5d467cf21537569bc9d339cb63
parent12e2b2d4c65f6164830e25fcd9624519a424b182
drm/amd/display: populate last calculated bb state with max clocks

[why]
update_bounding_box calculates intermediate bb states based on clock relationship
however, the last state doesn't need to maintain a minimum relationship, but should
actually contain maximum of every clock.  otherwise maximum clocks are not usable

[how]
once the calculated bb is built, override the last state with max values

Signed-off-by: Jun Lei <Jun.Lei@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@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/dcn20/dcn20_resource.c