summaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-core.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-061-4/+6
|\
| * [media] videobuf2-core: Add it to device-drivers DocBookMauro Carvalho Chehab2015-08-221-4/+6
* | [media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus2015-07-171-0/+2
|/
* [media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel2015-05-121-0/+13
* [media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski2015-04-101-0/+2
* [media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski2015-04-101-13/+5Star
* [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-2/+4
* [media] videobuf2-core.h: improve documentationHans Verkuil2014-11-251-15/+17
* Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2014-10-091-2/+13
|\
| * [media] v4l: videobuf2: Fix typos in commentsLaurent Pinchart2014-09-231-2/+2
| * [media] media: videobuf2-core.h: add a helper to get status of start_streaming()Prabhakar Lad2014-09-221-0/+9
| * [media] videobuf2: fix lockdep warningHans Verkuil2014-08-211-0/+2
* | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-221-0/+4
* | [media] videobuf2-core.h: fix commentHans Verkuil2014-09-221-1/+1
|/
* [media] vb2: fix videobuf2-core.h commentsHans Verkuil2014-07-261-6/+10
* [media] v4l: vb2: Add fatal error condition flagLaurent Pinchart2014-07-171-0/+3
* [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+1
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-1/+1
* [media] vb2: add thread supportHans Verkuil2014-04-161-0/+32
* [media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil2014-04-161-0/+17
* [media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil2014-03-111-4/+10
* [media] vb2: rename queued_count to owned_by_drv_countHans Verkuil2014-03-111-2/+2
* [media] vb2: consistent usage of periods in videobuf2-core.hHans Verkuil2014-03-111-20/+20
* [media] vb2: call buf_finish from __queue_cancelHans Verkuil2014-03-111-1/+9
* [media] vb2: change result code of buf_finish to voidHans Verkuil2014-03-111-1/+1
* [media] vb2: add debugging code to check for unbalanced opsHans Verkuil2014-03-111-0/+43
* [media] v4l: Add timestamp source flags, mask and document themSakari Ailus2014-03-051-0/+2
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-1/+1
* [media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil2014-01-071-4/+11
* [media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil2014-01-071-0/+2
* [media] videobuf2: Add missing lock held on vb2_fop_releaseRicardo Ribalda2013-12-091-0/+1
* [media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel2013-11-291-1/+1
* [media] videobuf2: Fix vb2_write prototypeRicardo Ribalda2013-09-261-2/+2
* [media] media: vb2: Clarify queue_setup() and buf_prepare() usage documentationLaurent Pinchart2013-08-181-4/+7
* [media] videobuf2: add gfp_flagsHans Verkuil2013-03-211-2/+8
* [media] vb2: Add support for non monotonic timestampsKamil Debski2013-03-051-0/+1
* [media] v4l: vb2: add buffer exporting via dmabufTomasz Stanislawski2012-11-251-0/+4
* [media] v4l: vb2: add prepare/finish callbacks to allocatorsMarek Szyprowski2012-11-251-0/+7
* [media] v4l: vb2: add support for shared buffer (dma_buf)Sumit Semwal2012-11-251-0/+27
* [media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init()Ezequiel Garcia2012-09-271-1/+1
* [media] videobuf2-core: add helper functionsHans Verkuil2012-07-061-0/+41
* [media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil2012-07-061-0/+13
* [media] vb2: add vb2_get_unmapped_area in vb2 coreScott Jiang2011-11-031-0/+7
* [media] V4L: vb2: add support for buffers of different sizes on a single queueGuennadi Liakhovetski2011-11-031-12/+23
* [media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski2011-11-031-3/+3
* [media] V4L: add a new videobuf2 buffer state VB2_BUF_STATE_PREPAREDGuennadi Liakhovetski2011-11-031-0/+2
* [media] media: vb2: change queue initialization orderMarek Szyprowski2011-09-061-4/+13
* [media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski2011-09-061-2/+2
* [media] media: vb2: fix handling MAPPED buffer flagMarek Szyprowski2011-09-061-3/+0Star