]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
media: staging: rkisp1: cap: remove support of BGR666 format
authorDafna Hirschfeld <dafna.hirschfeld@collabora.com>
Fri, 15 May 2020 14:29:52 +0000 (16:29 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 4 Jul 2020 09:23:55 +0000 (11:23 +0200)
commit372faeb46b91be672fb0f03f7b358759bcd4aed8
tree2797ae8e2888a610ae8afd73daeeaba8b970dc12
parente30cc79cc80fd919b697a15c5000d9f57487de8e
media: staging: rkisp1: cap: remove support of BGR666 format

The rkisp1 supports RGB encoding with 6 bits per
color with the following format:
- - b5 b4 b3 b2 b1 b0 - - g5 g4 g3 g2 g1 g0 - - r5 r4 r3 r2 r1 r0 - - - - - - - -

This is not how V4L2_PIX_FMT_BGR666 is defined, so remove
this format from the driver's formats list.

Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/rkisp1/rkisp1-capture.c