]> asedeno.scripts.mit.edu Git - linux.git/commit
media: ti-vpe: Add support for SEQ_BT
authorNikhil Devshatwar <nikhil.nd@ti.com>
Mon, 7 Oct 2019 15:09:53 +0000 (12:09 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 10 Oct 2019 16:45:51 +0000 (13:45 -0300)
commit95959793d20d0c12e1a81309dbd1a652f3ee197b
treed43b1f4aa3146cd4951bbae3cb36f2501382b65b
parent55c686ff93f1287c4f7278c78926c11611cf7e00
media: ti-vpe: Add support for SEQ_BT

SEQ_BT indicates the buffer for bottom field needs to be processed
before the top field.

Simplify the field selection logic to support SEQ_BT as well.

Modify the interlace flags to include any of alternate, SEQ_TB, SEQ_BT.
Update other format error checking to consider SEQ_BT.
Replace SEQ_TB with SEQ_XX wherever applicable.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/ti-vpe/vpe.c