commit | c6e4e2c403b22c7733738a5008c4eeba9ad8478d | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Thu Feb 28 07:35:46 2019 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Mar 19 13:51:01 2019 -0400 |
tree | 3d576691047f5648dcea3d9922d5c78d00953fba | |
parent | 0cd25448a198677d4ccd25ec4aeb946d514b1d5b [diff] |
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>