summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-core.c
Commit message (Expand)AuthorAgeFilesLines
* [media] vb2: allow requeuing buffers while streamingHans Verkuil2015-05-201-3/+8
* [media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel2015-05-121-1/+18
* [media] vb2: Push mmap_sem down to memopsJan Kara2015-05-011-2/+0
* media: remove unused variable that causes a warningLinus Torvalds2015-04-211-1/+0
* Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2015-04-211-14/+46
|\
| * [media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski2015-04-101-6/+33
| * [media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski2015-04-101-8/+9
| * [media] vb2: check if vb2_fop_write/read is allowedHans Verkuil2015-04-021-0/+4
* | [media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()Hans Verkuil2015-03-021-8/+3
|/
* [media] vb2: fix vb2_thread_stop race conditionsHans Verkuil2015-01-211-10/+9
* [media] v4l: vb2: Fix race condition in _vb2_fop_releaseLaurent Pinchart2014-12-041-4/+4
* [media] v4l: vb2: Fix race condition in vb2_fop_pollLaurent Pinchart2014-12-041-19/+8
* [media] vb2: add dma_dir to the alloc memopHans Verkuil2014-11-251-1/+3
* [media] vb2: replace 'write' by 'dma_dir'Hans Verkuil2014-11-251-4/+6
* Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2014-10-091-38/+28
|\
| * [media] videobuf2-core: take mmap_sem before calling __qbuf_userptrHans Verkuil2014-09-211-0/+2
| * [media] vb2: fix multiplanar read() with non-zero data_offsetHans Verkuil2014-09-021-0/+6
| * [media] vb2: use pr_info instead of pr_debugHans Verkuil2014-08-211-1/+1
| * [media] videobuf2: fix lockdep warningHans Verkuil2014-08-211-37/+19
* | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-211-3/+14
* | [media] vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan2014-09-211-1/+1
* | [media] vb2: fix vb2 state check when start_streaming failsHans Verkuil2014-09-211-7/+10
* | [media] videobuf2-core: add comments before the WARN_ONHans Verkuil2014-09-211-0/+12
|/
* [media] vb2: fix vb2_poll for output streamsHans Verkuil2014-07-251-0/+7
* [media] vb2: fix bytesused == 0 handlingHans Verkuil2014-07-221-40/+38
* [media] v4l: vb2: Add fatal error condition flagLaurent Pinchart2014-07-171-3/+36
* [media] v4l: vb2: Don't return POLLERR during transient buffer underrunsLaurent Pinchart2014-07-171-2/+3
* [media] v4l: vb2: Fix stream start and buffer completion raceLaurent Pinchart2014-07-171-1/+3
* [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+24
* [media] videobuf2-core: remove duplicated codeVictor Lambret2014-05-241-4/+0
* [media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMESPhilipp Zabel2014-05-231-1/+1
* [media] v4l: vb2: Avoid double WARN_ON when stopping streamingLaurent Pinchart2014-05-231-3/+4
* [media] vb2: fix compiler warningHans Verkuil2014-04-231-1/+1
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-1/+1
* [media] vb2: add thread supportHans Verkuil2014-04-161-0/+146
* [media] vb2: start messages with a lower-case for consistencyHans Verkuil2014-04-161-29/+29
* [media] vb2: allow read/write as long as the format is single planarHans Verkuil2014-04-161-0/+21
* [media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil2014-04-161-15/+24
* [media] vb2: simplify a confusing conditionHans Verkuil2014-04-161-3/+2
* [media] vb2: reject output buffers with V4L2_FIELD_ALTERNATEHans Verkuil2014-04-161-0/+13
* [media] vb2: set timestamp when using write()Hans Verkuil2014-04-161-0/+11
* [media] vb2: move __qbuf_mmap before __qbuf_userptrHans Verkuil2014-04-161-9/+9
* [media] vb2: use correct prefixHans Verkuil2014-04-161-68/+65
* [media] vb2: if bytesused is 0, then fill with output buffer lengthHans Verkuil2014-04-161-5/+26
* [media] vb2: fix handling of data_offset and v4l2_plane.reserved[]Hans Verkuil2014-04-161-9/+4
* [media] videobuf2-core: fix sparse errorsHans Verkuil2014-04-161-81/+130
* [media] vb2: call buf_finish after the state checkHans Verkuil2014-03-111-2/+2
* [media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil2014-03-111-5/+5
* [media] vb2: replace BUG by WARN_ONHans Verkuil2014-03-111-3/+3
* [media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil2014-03-111-0/+8
OpenPOWER on IntegriCloud