MLK-19083 drm/imx: lcdif: remove untrue condition for pixel format set
authorFancy Fang <chen.fang@nxp.com>
Sun, 29 Jul 2018 11:09:31 +0000 (19:09 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit2463b4f0aebe68aac87db2f7c67f721c5e7b04dd
treeb352e98d92dae6d2e236db6d69e5310be1f2cde7
parent19ac565c56639016a173503e235912407c49a673
MLK-19083 drm/imx: lcdif: remove untrue condition for pixel format set

After supporting DISPMIX power domain, the LCDIF runtime
resume callback always write '0' to 'LCDIF_CTRL' register
which will clear previous pixel format related setting.
So the previous condition by comparing format change for
setting pixel format during plane atomic update is not
true anymore.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
(cherry picked from commit 5f84c69799456f28fd8182fd156e9067921e9a4e)
(cherry picked from commit 364fd1879c587fbdb80aa290df54609c30de7ef8)
drivers/gpu/drm/imx/lcdif/lcdif-plane.c