drm/imx: tve: fix media bus format for VGA output
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 19 Jun 2015 09:18:17 +0000 (11:18 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 10 Jul 2015 09:02:47 +0000 (11:02 +0200)
commitc03e9a3a9b54685c2f6c13fc137281d262442bb3
tree651684cea4f8f6c96cbeddb1e8603056d6ad5d2b
parent510e6426d32baf46b6df929e6689ef65fcb58a2c
drm/imx: tve: fix media bus format for VGA output

Commit a7c6e76feeb1 ("drm/imx: switch to use media bus formats") accidentally
replaced IPU_PIX_FMT_GBR24 with MEDIA_BUS_FMT_YUV8_1X24 instead of the correct
MEDIA_BUS_FMT_GBR888_1X24. This patch is needed to fix VGA output in i.MX53.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-tve.c
This page took 0.038944 seconds and 5 git commands to generate.