MLK-17059 drm/imx: dpu: crtc: Disable plane src stream ids if necessary in atomic...
authorLiu Ying <victor.liu@nxp.com>
Fri, 1 Dec 2017 08:39:54 +0000 (16:39 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:13 +0000 (14:50 -0500)
commitfbade8bbf98b7fbacbf7b0e7489aaa3ac85b4006
tree737f6686ec62f33e3482d34b9466b3cd11090265
parent2455d22fbeb80d4fcf85e602dd54bee5c6ab35dc
MLK-17059 drm/imx: dpu: crtc: Disable plane src stream ids if necessary in atomic flush

We've got chance to commit update for one display stream only instead of
always binding two display streams together for commit since the below
commit.  Thus, we should disable plane source stream ids where necessary
only for one CRTC in ->atomic_flush().

Fixes: 7798441bb25e ("MLK-16771 drm/imx: dpu: kms: Change to use a better KMS")
Signed-off-by: Liu Ying <victor.liu@nxp.com>
drivers/gpu/drm/imx/dpu/dpu-crtc.c