summaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-core.h
Commit message (Expand)AuthorAgeFilesLines
* [media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab2016-09-221-1/+1
* [media] videobuf2-core.h: improve documentationMauro Carvalho Chehab2016-09-091-58/+85
* [media] videobuf2-core.h: document enum vb2_memoryMauro Carvalho Chehab2016-09-091-0/+14
* [media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab2016-09-091-0/+269
* [media] vb2: don't return NULL for alloc and get_userptr opsHans Verkuil2016-08-241-3/+3
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-3/+3
* [media] doc-rst: add some needed escape codesMauro Carvalho Chehab2016-07-231-25/+25
* Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab2016-07-231-11/+15
|\
| * [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-9/+9
| * [media] vb2: add a dev field to use for the default allocation contextHans Verkuil2016-07-081-0/+3
| * [media] vb2: move dma_attrs to vb2_queueHans Verkuil2016-07-081-3/+4
* | [media] doc-rst: Fix conversion for v4l2 core functionsMauro Carvalho Chehab2016-07-171-12/+18
|/
* [media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda2016-04-251-0/+4
* [media] videobuf2-core: Check user space planes array in dqbufSakari Ailus2016-04-131-0/+4
* [media] vb2: fix nasty vb2_thread regressionHans Verkuil2016-02-041-1/+2
* [media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil2015-12-181-1/+3
* [media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil2015-12-181-3/+14
* [media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung2015-12-181-0/+43
* [media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung2015-12-181-1/+3
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-0/+2
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-17/+23
* [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung2015-10-201-93/+15
* [media] media: videobuf2: Prepare to divide videobuf2Junghak Sung2015-10-201-0/+10
* [media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung2015-10-201-9/+24
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] DocBook: Fix remaining issues with VB2 core documentationMauro Carvalho Chehab2015-10-051-6/+8
* [media] DocBook: fix most of warnings at videobuf2-core.hMauro Carvalho Chehab2015-10-011-1/+5
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-24/+42
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-051-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/+5
* [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-211-0/+9
| * [media] videobuf2: fix lockdep warningHans Verkuil2014-08-211-0/+2
* | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-211-0/+4
* | [media] videobuf2-core.h: fix commentHans Verkuil2014-09-211-1/+1
|/
* [media] vb2: fix videobuf2-core.h commentsHans Verkuil2014-07-251-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