Skip to content
Snippets Groups Projects
Commit 03bfb7c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

v4l2: remove the inflight flag

Now that buffers are tracked by pointers rather than structures, the
pointer itself can be used as a flag, with NULL denoting that the
buffer is in flight.

Memory synchronisation becomes implicit, with (re)queuing as the
release side and dequeuing as the acquire side.
parent 9e811650
No related branches found
No related tags found
1 merge request!1890v4l2: buffer clean up and fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment