commit | f2ad99fc46d5454e097692c8c8202fd5bc46c809 | [log] [tgz] |
---|---|---|
author | Laurentiu Palcu <laurentiu.palcu@nxp.com> | Wed Jun 28 12:31:34 2017 +0300 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Jul 17 15:57:51 2017 +0200 |
tree | 99473715c8b1a65ddf6ac0a5c1e06f1001ec1f24 | |
parent | 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c [diff] |
drm/imx: fix typo in ipu_plane_formats[] The BGRA8888 appears twice in the ipu_plane_formats[] list. The duplicate should be BGRX8888. The original commit is: commit 59d6b7189a96 ("drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formats") Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com> Fixes: 59d6b7189a96 ("drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel") Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>