summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-core.c
Commit message (Expand)AuthorAgeFilesLines
* [media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab2016-09-091-254/+0
* [media] vb2: Fix vb2_core_dqbuf() kernel-docJavier Martinez Canillas2016-08-241-1/+2
* [media] vb2: don't return NULL for alloc and get_userptr opsHans Verkuil2016-08-241-4/+8
* [media] vb2: remove TODO comment for dma-buf in QBUFJavier Martinez Canillas2016-08-241-3/+4
* [media] vb2: include lengths in dmabuf qbuf debug messageJavier Martinez Canillas2016-08-241-2/+4
* [media] vb2: Fix commentRicardo Ribalda2016-07-081-1/+1
* [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-6/+8
* [media] vb2: move dma_attrs to vb2_queueHans Verkuil2016-07-081-1/+1
* [media] vb2: core: Skip planes array verification if pb is NULLSakari Ailus2016-06-161-4/+6
* [media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda2016-04-251-0/+10
* [media] videobuf2-core: Check user space planes array in dqbufSakari Ailus2016-04-131-5/+5
* [media] media: Change v4l-core to check if source is freeShuah Khan2016-02-271-0/+4
* Merge tag 'v4.5-rc3' into patchworkMauro Carvalho Chehab2016-02-091-52/+43
|\
| * [media] vb2-core: call threadio->fnc() if !VB2_BUF_STATE_ERRORMauro Carvalho Chehab2016-02-041-1/+1
| * [media] vb2: fix nasty vb2_thread regressionHans Verkuil2016-02-041-52/+43
* | [media] media: videobuf2-core: Fix one __qbuf_dmabuf() error pathWu, Xia2016-02-011-0/+1
|/
* [media] videobuf2: avoid memory leak on errorsMauro Carvalho Chehab2015-12-181-2/+4
* [media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil2015-12-181-18/+21
* [media] videobuf2-core: call __setup_offsets before buf_init()Hans Verkuil2015-12-181-26/+16
* [media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()Hans Verkuil2015-12-181-2/+3
* [media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()Hans Verkuil2015-12-181-21/+3
* [media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil2015-12-181-15/+12
* [media] videobuf2-core.c: update module descriptionHans Verkuil2015-12-181-1/+1
* [media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung2015-12-181-6/+764
* [media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-5/+18
* [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung2015-10-201-1793/+34
* [media] media: videobuf2: Prepare to divide videobuf2Junghak Sung2015-10-201-176/+385
* [media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung2015-10-201-61/+70
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-88/+131
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-5/+5
* Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-111-2/+0
|\
| * [media] vb2: Push mmap_sem down to memopsJan Kara2015-08-161-2/+0
* | Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-051-0/+11
|\ \ | |/
| * [media] videobuf2: add trace eventsPhilipp Zabel2015-07-171-0/+11
* | [media] vb2: Fix compilation breakage when !CONFIG_BUGLaurent Pinchart2015-08-101-7/+7
* | [media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus2015-07-171-8/+18
|/
* [media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffersLaurent Pinchart2015-06-221-10/+23
* [media] Revert "[media] vb2: Push mmap_sem down to memops"Hans Verkuil2015-06-181-0/+2
* [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
OpenPOWER on IntegriCloud