summaryrefslogtreecommitdiff
path: root/drivers/media/common/videobuf2
AgeCommit message (Expand)AuthorFilesLines
2025-05-09media: videobuf2: use sgtable-based scatterlist wrappersMarek Szyprowski1-2/+2
2025-04-25media: videobuf2: check constants during build timeMichał Mirosław1-6/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-4/+4
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab1-13/+15
2024-11-07media: videobuf2-core: copy vb planes unconditionallyTudor Ambarus1-13/+15
2024-10-28media: vb2: fix confusing log messageHans Verkuil1-1/+1
2024-10-28media: vb2: Fix commentRicardo Ribalda1-1/+1
2024-10-28media: videobuf2-core: update vb2_thread if wait_finish/prepare are NULLHans Verkuil1-6/+20
2024-10-12media: vb2: use lock if wait_prepare/finish are NULLHans Verkuil1-3/+10
2024-10-12media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finishHans Verkuil1-0/+8
2024-09-24Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-71/+95
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig1-2/+1
2024-08-27media: videobuf2: Drop minimum allocation requirement of 2 buffersLaurent Pinchart1-7/+0
2024-08-14media: videobuf2-core: attach once if multiple planes share the same dbufYunke Cao1-4/+26
2024-08-14media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_putYunke Cao1-2/+8
2024-08-14media: videobuf2-core: release all planes first in __prepare_dmabuf()Yunke Cao1-56/+59
2024-08-14media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()Yunke Cao1-4/+4
2024-06-29media: videobuf2: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19media: videobuf2: core: Drop unneeded forward declarationLaurent Pinchart1-1/+0
2024-04-24media: videobuf2: improve max_num_buffers sanity checksHans Verkuil1-1/+7
2024-03-25media: v4l2: Add REMOVE_BUFS ioctlBenjamin Gaignard2-1/+57
2024-03-25media: core: Free range of buffersBenjamin Gaignard1-30/+26
2024-03-25media: core: Add bitmap manage bufs array entriesBenjamin Gaignard1-18/+53
2024-03-25media: core: Rework how create_buf index returned value is computedBenjamin Gaignard2-10/+22
2024-03-25media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structureBenjamin Gaignard1-15/+23
2024-03-25media: videobuf2: Update vb2_is_busy() logicBenjamin Gaignard1-0/+4
2024-01-24media: vb2: refactor setting flags and caps, fix missing capHans Verkuil1-28/+25
2024-01-24media: media videobuf2: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2-2/+2
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-14/+14
2023-12-09media: videobuf2: request more buffers for vb2_readHans Verkuil1-2/+7
2023-12-07media: videobuf2-dma-sg: fix vmap callbackMichael Grzeschik1-2/+8
2023-11-23media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_APIHans Verkuil1-2/+0
2023-11-23media: core: Report the maximum possible number of buffers for the queueBenjamin Gaignard1-0/+2
2023-11-23media: media videobuf2: Be more flexible on the number of queue stored buffersBenjamin Gaignard2-11/+41
2023-11-23media: videobuf2: Use vb2_get_num_buffers() helperBenjamin Gaignard2-46/+52
2023-11-23media: videobuf2: Remove duplicated index vs q->num_buffers checkBenjamin Gaignard1-8/+0
2023-11-23media: videobuf2: Access vb2_queue bufs array through helper functionsBenjamin Gaignard2-53/+149
2023-11-23media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard2-49/+42
2023-11-23media: videobuf2: Stop spamming kernel log with all queue counterBenjamin Gaignard1-35/+44
2023-11-23media: videobuf2: Rework offset 'cookie' encoding patternBenjamin Gaignard1-38/+40
2023-11-23media: videobuf2: Rename offset parameterBenjamin Gaignard1-14/+14
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()Ma Ke1-6/+7
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()Ma Ke1-4/+6
2023-09-27media: use struct_size() helperYu Liao1-1/+1
2023-09-27media: videobuf2: fix typo: vb2_dbuf -> vb2_qbufHans Verkuil1-1/+1
2023-09-15media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil1-2/+4
2023-06-21media: videobuf2: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko3-9/+0
2023-03-20media: vb2: set owner before calling vb2_readHans Verkuil1-2/+3
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-22/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2