From: Hans Verkuil Date: Fri, 24 Apr 2015 09:52:47 +0000 (-0300) Subject: [media] marvell-ccic: fix RGB444 format X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~383 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf509f845576b8809702aa693867839bf77beb0;p=pandora-kernel.git [media] marvell-ccic: fix RGB444 format The RGB444 format swapped the red and blue components, fix this. Rather than making a new BGR444 format (as I proposed initially), Jon prefers to just fix this and return the colors in the right order. I think that makes sense in this case. Since the RGB444 pixel format is deprecated due to the ambiguous specification of the alpha component we use the XRGB444 pixel format instead (specified as having no alpha channel). Signed-off-by: Hans Verkuil Acked-by: Jonathan Corbet Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed