summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-core.c
Commit message (Expand)AuthorAgeFilesLines
* annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
* media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov2017-08-261-9/+8Star
* media: vb2: core: Lower the log level of debug outputsHirokazu Honda2017-08-081-5/+5
* [media] vb2: Fix error handling in '__vb2_buf_mem_alloc'Christophe JAILLET2017-06-201-1/+1
* [media] vb2: Move buffer cache synchronisation to prepare from queueSakari Ailus2017-06-081-8/+12
* [media] vb2: Rename confusingly named internal buffer preparation functionsSakari Ailus2017-06-081-9/+9
* [media] vb2: Fix an off by one error in 'vb2_plane_vaddr'Christophe JAILLET2017-05-181-1/+1
* [media] vb2: only check ret if we assigned itGustavo Padovan2017-03-221-6/+8
* [media] v4l2-core: don't break long linesMauro Carvalho Chehab2016-10-211-14/+11Star
* [media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab2016-09-091-254/+0Star
* [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/+43Star
|\
| * [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/+43Star
* | [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/+16Star
* [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/+3Star
* [media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil2015-12-181-15/+12Star
* [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/+34Star
* [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-121-2/+0Star
|\
| * [media] vb2: Push mmap_sem down to memopsJan Kara2015-08-161-2/+0Star
* | Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-061-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