From: Philipp Zabel Date: Thu, 10 Oct 2013 14:18:38 +0000 (+0200) Subject: staging: drm/imx: fix RGB formats, make ipu_cpmem_set_fmt take a drm_fourcc X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~378 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb17797fdb9f40e83cc76218c53e7589ce1dbcd;p=pandora-kernel.git staging: drm/imx: fix RGB formats, make ipu_cpmem_set_fmt take a drm_fourcc The drm fourccs define formats not available as video4linux pixel formats, such as DRM_FORMAT_BGR565, or the DRM_FORMAT_RGBX/BGRX variants. Also, contrary to the v4l2 formats, the drm formats are well defined. This patch also fixes the BGRA32 and RGB/RGB24 internal formats to use a common internal representation. Signed-off-by: Philipp Zabel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed