aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-core.c
AgeCommit message (Expand)Author
2018-04-12media: videobuf2-core: don't go out of the buffer rangeMauro Carvalho Chehab
2017-11-27media: videobuf2: don't use kernel-doc "/**" markupsMauro Carvalho Chehab
2017-08-26media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov
2017-08-08media: vb2: core: Lower the log level of debug outputsHirokazu Honda
2017-06-20[media] vb2: Fix error handling in '__vb2_buf_mem_alloc'Christophe JAILLET
2017-06-08[media] vb2: Move buffer cache synchronisation to prepare from queueSakari Ailus
2017-06-08[media] vb2: Rename confusingly named internal buffer preparation functionsSakari Ailus
2017-05-18[media] vb2: Fix an off by one error in 'vb2_plane_vaddr'Christophe JAILLET
2017-03-22[media] vb2: only check ret if we assigned itGustavo Padovan
2016-10-21[media] v4l2-core: don't break long linesMauro Carvalho Chehab
2016-09-09[media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab
2016-08-24[media] vb2: Fix vb2_core_dqbuf() kernel-docJavier Martinez Canillas
2016-08-24[media] vb2: don't return NULL for alloc and get_userptr opsHans Verkuil
2016-08-24[media] vb2: remove TODO comment for dma-buf in QBUFJavier Martinez Canillas
2016-08-24[media] vb2: include lengths in dmabuf qbuf debug messageJavier Martinez Canillas
2016-07-08[media] vb2: Fix commentRicardo Ribalda
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil
2016-07-08[media] vb2: add a dev field to use for the default allocation contextHans Verkuil
2016-07-08[media] vb2: move dma_attrs to vb2_queueHans Verkuil
2016-06-16[media] vb2: core: Skip planes array verification if pb is NULLSakari Ailus
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda
2016-04-13[media] videobuf2-core: Check user space planes array in dqbufSakari Ailus
2016-02-27[media] media: Change v4l-core to check if source is freeShuah Khan
2016-02-09Merge tag 'v4.5-rc3' into patchworkMauro Carvalho Chehab
2016-02-04[media] vb2-core: call threadio->fnc() if !VB2_BUF_STATE_ERRORMauro Carvalho Chehab
2016-02-04[media] vb2: fix nasty vb2_thread regressionHans Verkuil
2016-02-01[media] media: videobuf2-core: Fix one __qbuf_dmabuf() error pathWu, Xia
2015-12-18[media] videobuf2: avoid memory leak on errorsMauro Carvalho Chehab
2015-12-18[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil
2015-12-18[media] videobuf2-core: call __setup_offsets before buf_init()Hans Verkuil
2015-12-18[media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()Hans Verkuil
2015-12-18[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()Hans Verkuil
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil
2015-12-18[media] videobuf2-core.c: update module descriptionHans Verkuil
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Junghak Sung
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-08-16[media] vb2: Push mmap_sem down to memopsJan Kara
2015-08-10[media] vb2: Fix compilation breakage when !CONFIG_BUGLaurent Pinchart
2015-07-17[media] videobuf2: add trace eventsPhilipp Zabel
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus
2015-06-22[media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffersLaurent Pinchart
2015-06-18[media] Revert "[media] vb2: Push mmap_sem down to memops"Hans Verkuil