diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2011-11-04 13:07:06 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 23:03:35 (GMT) |
commit | f83f71fda27650ae43558633be93652577dbc38c (patch) | |
tree | ad8b157a377abd51cdf668a38784a96144ebffa4 /scripts/headers.sh | |
parent | d12392ec006d94e5cf6c98f7ed56ff0c881ec33f (diff) | |
download | linux-f83f71fda27650ae43558633be93652577dbc38c.tar.xz |
[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>
Diffstat (limited to 'scripts/headers.sh')
0 files changed, 0 insertions, 0 deletions