OSDN Git Service

drm/amd/display: Change how we disable pipe split
authorEric Yang <Eric.Yang2@amd.com>
Wed, 5 Jul 2017 19:30:18 +0000 (15:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:08:40 +0000 (18:08 -0400)
commit133e8e1b35c7772f4903d367035e33e02becbb2d
tree3432bb467aa5d2d510d50f9d8e58eb932257bd4e
parent966443b592753f6498f896b4afc7c2df1352af72
drm/amd/display: Change how we disable pipe split

Before this change, pipe split was disabled by bumping up dpp clock
bounding box for DPM level 0 and 1, this allows validation to pass
without splitting at a lower DPM level. This change reverts this
and instead lowers display clock at DPM level 0, this forces
configurations that need pipe split at DPM level 0 to go to
DPM level 1, where they can be driven without split.

Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c