linux_dsm_epyc7002/drivers/media/video/s5p-fimc
Sylwester Nawrocki f83f71fda2 [media] s5p-fimc: Use correct fourcc for RGB565 colour format
With 16-bit RGB565 colour format pixels are stored by the device in memory
in the following order:

    | b3  | b2  | b1  | b0  |
   ~+-----+-----+-----+-----+
    | R5 G6 B5  | R5 G6 B5  |

This corresponds to V4L2_PIX_FMT_RGB565 fourcc, not V4L2_PIX_FMT_RGB565X.
This change is required to avoid trouble when setting up video pipeline
with the s5p-tv devices, so the colour formats at both devices can be
properly matched.

Cc: <stable@kernel.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-11-24 21:03:35 -02:00
..
fimc-capture.c [media] s5p-fimc: Adjust pixel height alignments according to the IP revision 2011-11-24 21:03:03 -02:00
fimc-core.c [media] s5p-fimc: Use correct fourcc for RGB565 colour format 2011-11-24 21:03:35 -02:00
fimc-core.h [media] s5p-fimc: Adjust pixel height alignments according to the IP revision 2011-11-24 21:03:03 -02:00
fimc-mdevice.c [media] s5p-fimc: Fail driver probing when sensor configuration is wrong 2011-11-24 21:03:18 -02:00
fimc-mdevice.h [media] s5p-fimc: Add the media device driver 2011-09-06 17:35:52 -03:00
fimc-reg.c [media] s5p-fimc: Fix buffer dequeue order issue 2011-11-24 21:02:10 -02:00
Makefile [media] s5p-fimc: Add the media device driver 2011-09-06 17:35:52 -03:00
mipi-csis.c [media] s5p-csis: Rework the system suspend/resume helpers 2011-09-06 15:09:37 -03:00
mipi-csis.h [media] v4l: Add v4l2 subdev driver for S5P/EXYNOS4 MIPI-CSI receivers 2011-05-20 11:32:43 -03:00
regs-fimc.h [media] s5p-fimc: Convert to use generic media bus polarity flags 2011-09-24 00:22:31 -03:00