MLK-19158-4 drm/imx: lcdif: remove bus format check from PLANE's check
authorFancy Fang <chen.fang@nxp.com>
Sun, 12 Aug 2018 07:47:41 +0000 (15:47 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit48a6cccd0d78702ec1c83f416e69612fde265a3f
tree4ce0d00200adc6410e5ad932d23f88b6dd82a6f5
parent5995c7ac119c6eb8c6812e3982772b803b18cd5b
MLK-19158-4 drm/imx: lcdif: remove bus format check from PLANE's check

Since the LCDIF output data width can be different from the data
width of input pixel data, so the bus format check in the plane's
atomic check is not correct anymore, and need to be removed.

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