aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21media: vb2-core: vb2_ops: document non-interrupt-context callingLuca Ceresoli1-0/+3
2018-03-21media: vb2-core: document the REQUEUEING stateLuca Ceresoli1-9/+15
2018-03-21media: vb2-core: vb2_buffer_done: consolidate docsLuca Ceresoli1-6/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-213/+306
2017-12-18media: vb2-core: fix descriptions for VB2-only functionsMauro Carvalho Chehab1-40/+49
2017-12-18media: vb2-core: document remaining functionsMauro Carvalho Chehab1-1/+53
2017-12-18media: vb2-core: Improve kernel-doc markupsMauro Carvalho Chehab1-172/+204
2017-12-18media: vb2-core: use bitops for bitsMauro Carvalho Chehab1-5/+6
2017-12-18media: videobuf2-core: improve kernel-doc markupsMauro Carvalho Chehab1-30/+29
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-08-26media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov1-0/+13
2017-04-05[media] vb2: Fix queue_setup() callback descriptionAnton Leontiev1-6/+6
2016-09-22[media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab1-1/+1
2016-09-09[media] videobuf2-core.h: improve documentationMauro Carvalho Chehab1-58/+85
2016-09-09[media] videobuf2-core.h: document enum vb2_memoryMauro Carvalho Chehab1-0/+14
2016-09-09[media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab1-0/+269
2016-08-24[media] vb2: don't return NULL for alloc and get_userptr opsHans Verkuil1-3/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-3/+3
2016-07-23[media] doc-rst: add some needed escape codesMauro Carvalho Chehab1-25/+25
2016-07-23Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab1-11/+15
2016-07-17[media] doc-rst: Fix conversion for v4l2 core functionsMauro Carvalho Chehab1-12/+18
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-9/+9
2016-07-08[media] vb2: add a dev field to use for the default allocation contextHans Verkuil1-0/+3
2016-07-08[media] vb2: move dma_attrs to vb2_queueHans Verkuil1-3/+4
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda1-0/+4
2016-04-13[media] videobuf2-core: Check user space planes array in dqbufSakari Ailus1-0/+4
2016-02-04[media] vb2: fix nasty vb2_thread regressionHans Verkuil1-1/+2
2015-12-18[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil1-1/+3
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil1-3/+14
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung1-0/+43
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung1-1/+3
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-0/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-17/+23
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung1-93/+15
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Junghak Sung1-0/+10
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung1-9/+24
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-05[media] DocBook: Fix remaining issues with VB2 core documentationMauro Carvalho Chehab1-6/+8
2015-10-01[media] DocBook: fix most of warnings at videobuf2-core.hMauro Carvalho Chehab1-1/+5
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-24/+42
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+6
2015-08-22[media] videobuf2-core: Add it to device-drivers DocBookMauro Carvalho Chehab1-4/+6
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus1-0/+2
2015-05-12[media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel1-0/+13
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski1-0/+2
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski1-13/+5
2014-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil1-1/+3
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil1-2/+4