drm/amd/display: Rebuild mapped resources after pipe split
authorMikita Lipski <mikita.lipski@amd.com>
Fri, 23 Aug 2019 17:26:24 +0000 (13:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Sep 2019 13:06:54 +0000 (08:06 -0500)
commit387596ef2859c37d564ce15abddbc9063a132e2c
treed7dedeae3022562e61b6ccfc774ebb0990a727c8
parent4891607da4706599a9c360142976e7c3e513b72b
drm/amd/display: Rebuild mapped resources after pipe split

[why]
The issue is specific for linux, as on timings such as 8K@60
or 4K@144 DSC should be working in combination with ODM Combine
in order to ensure that we can run those timings. The validation
for those timings was passing, but when pipe split was happening
second pipe wasn't being programmed.

[how]
Rebuild mapped resources if we split stream for ODM.

Signed-off-by: Mikita Lipski <mikita.lipski@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