commit | c03e9a3a9b54685c2f6c13fc137281d262442bb3 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Fri Jun 19 11:18:17 2015 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Fri Jul 10 11:02:47 2015 +0200 |
tree | 651684cea4f8f6c96cbeddb1e8603056d6ad5d2b | |
parent | 510e6426d32baf46b6df929e6689ef65fcb58a2c [diff] |
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>