]> git.baikalelectronics.ru Git - kernel.git/commit
media: vb2: drop VB2_BUF_STATE_REQUEUEING
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 28 Feb 2019 12:35:46 +0000 (07:35 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 19 Mar 2019 17:51:01 +0000 (13:51 -0400)
commite0fc754384308e5a26ec565eb6c45b8498102818
tree3d576691047f5648dcea3d9922d5c78d00953fba
parent4b207767cdce1bb760b662e758bd98a733d0032a
media: vb2: drop VB2_BUF_STATE_REQUEUEING

The last user of this state has been converted, so we can now drop
this. Requeueing causes the queue to become unordered, which causes
problems with requests and (in the future) fences.

Since it is no longer needed, just get rid of this.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/common/videobuf2/videobuf2-core.c
drivers/media/common/videobuf2/videobuf2-v4l2.c
include/media/videobuf2-core.h