]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/imx: fix typo in ipu_plane_formats[]
authorLaurentiu Palcu <laurentiu.palcu@nxp.com>
Wed, 28 Jun 2017 09:31:34 +0000 (12:31 +0300)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 17 Jul 2017 13:57:51 +0000 (15:57 +0200)
commitf2ad99fc46d5454e097692c8c8202fd5bc46c809
tree99473715c8b1a65ddf6ac0a5c1e06f1001ec1f24
parent6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c
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>
drivers/gpu/drm/imx/ipuv3-plane.c