drm/amd/display: enable plane if container of plane_status changed
authorHugo Hu <hugo.hu@amd.com>
Wed, 13 May 2020 08:36:28 +0000 (16:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 May 2020 18:00:51 +0000 (14:00 -0400)
commitfd0293dd5b68a67a8731d54a6b334945e4e95757
treea07693c8845249a6dbf09c652f9fec39f5c821c2
parent84034ad4c0c0813c1350b43087eed036066edd5a
drm/amd/display: enable plane if container of plane_status changed

[why]
We hit an issue which driver reallocate a pipe from desktop bottom
pipe to video bottom pipe. In this case, driver need to re-enable
plane.

[how]
Enable plane if container of plane status changed.

Signed-off-by: Hugo Hu <hugo.hu@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c