aboutsummaryrefslogtreecommitdiff
path: root/include/media/videobuf2-core.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-21media: vb2-core: vb2_ops: document non-interrupt-context callingGravatar Luca Ceresoli 1-0/+3
2018-03-21media: vb2-core: document the REQUEUEING stateGravatar Luca Ceresoli 1-9/+15
2018-03-21media: vb2-core: vb2_buffer_done: consolidate docsGravatar Luca Ceresoli 1-6/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-213/+306
2017-12-18media: vb2-core: fix descriptions for VB2-only functionsGravatar Mauro Carvalho Chehab 1-40/+49
2017-12-18media: vb2-core: document remaining functionsGravatar Mauro Carvalho Chehab 1-1/+53
2017-12-18media: vb2-core: Improve kernel-doc markupsGravatar Mauro Carvalho Chehab 1-172/+204
2017-12-18media: vb2-core: use bitops for bitsGravatar Mauro Carvalho Chehab 1-5/+6
2017-12-18media: videobuf2-core: improve kernel-doc markupsGravatar Mauro Carvalho Chehab 1-30/+29
2017-11-27media: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-08-26media: vb2: add bidirectional flag in vb2_queueGravatar Stanimir Varbanov 1-0/+13
2017-04-05[media] vb2: Fix queue_setup() callback descriptionGravatar Anton Leontiev 1-6/+6
2016-09-22[media] get rid of a number of problems at the cross referencesGravatar Mauro Carvalho Chehab 1-1/+1
2016-09-09[media] videobuf2-core.h: improve documentationGravatar Mauro Carvalho Chehab 1-58/+85
2016-09-09[media] videobuf2-core.h: document enum vb2_memoryGravatar Mauro Carvalho Chehab 1-0/+14
2016-09-09[media] videobuf2-core.h: move function descriptions from c fileGravatar Mauro Carvalho Chehab 1-0/+269
2016-08-24[media] vb2: don't return NULL for alloc and get_userptr opsGravatar Hans Verkuil 1-3/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-3/+3
2016-07-23[media] doc-rst: add some needed escape codesGravatar Mauro Carvalho Chehab 1-25/+25
2016-07-23Merge branch 'patchwork' into topic/docs-nextGravatar Mauro Carvalho Chehab 1-11/+15
2016-07-17[media] doc-rst: Fix conversion for v4l2 core functionsGravatar Mauro Carvalho Chehab 1-12/+18
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsGravatar Hans Verkuil 1-9/+9
2016-07-08[media] vb2: add a dev field to use for the default allocation contextGravatar Hans Verkuil 1-0/+3
2016-07-08[media] vb2: move dma_attrs to vb2_queueGravatar Hans Verkuil 1-3/+4
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeGravatar Ricardo Ribalda 1-0/+4
2016-04-13[media] videobuf2-core: Check user space planes array in dqbufGravatar Sakari Ailus 1-0/+4
2016-02-04[media] vb2: fix nasty vb2_thread regressionGravatar Hans Verkuil 1-1/+2
2015-12-18[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSGravatar Hans Verkuil 1-1/+3
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidGravatar Hans Verkuil 1-3/+14
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partGravatar Junghak Sung 1-0/+43
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueGravatar Junghak Sung 1-1/+3
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferGravatar Junghak Sung 1-0/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupGravatar Hans Verkuil 1-17/+23
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Gravatar Junghak Sung 1-93/+15
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Gravatar Junghak Sung 1-0/+10
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataGravatar Junghak Sung 1-9/+24
2015-10-20[media] media: videobuf2: Change queue_setup argumentGravatar Junghak Sung 1-1/+1
2015-10-05[media] DocBook: Fix remaining issues with VB2 core documentationGravatar Mauro Carvalho Chehab 1-6/+8
2015-10-01[media] DocBook: fix most of warnings at videobuf2-core.hGravatar Mauro Carvalho Chehab 1-1/+5
2015-10-01[media] media: videobuf2: Restructure vb2_bufferGravatar Junghak Sung 1-24/+42
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Gravatar Junghak Sung 1-1/+1
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-4/+6
2015-08-22[media] videobuf2-core: Add it to device-drivers DocBookGravatar Mauro Carvalho Chehab 1-4/+6
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedGravatar Sakari Ailus 1-0/+2
2015-05-12[media] videobuf2: return -EPIPE from DQBUF after the last bufferGravatar Philipp Zabel 1-0/+13
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structGravatar Kamil Debski 1-0/+2
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldGravatar Kamil Debski 1-13/+5
2014-11-25[media] vb2: add dma_dir to the alloc memopGravatar Hans Verkuil 1-1/+3
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Gravatar Hans Verkuil 1-2/+4