summaryrefslogtreecommitdiff
path: root/drivers/media/common/videobuf2/videobuf2-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24media: videobuf2: improve max_num_buffers sanity checksHans Verkuil1-1/+7
2024-03-25media: v4l2: Add REMOVE_BUFS ioctlBenjamin Gaignard1-0/+38
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 Gaignard1-5/+13
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: media videobuf2: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-1/+1
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-11-23media: media videobuf2: Be more flexible on the number of queue stored buffersBenjamin Gaignard1-8/+38
2023-11-23media: videobuf2: Use vb2_get_num_buffers() helperBenjamin Gaignard1-44/+50
2023-11-23media: videobuf2: Access vb2_queue bufs array through helper functionsBenjamin Gaignard1-41/+117
2023-11-23media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard1-28/+12
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-09-27media: videobuf2: fix typo: vb2_dbuf -> vb2_qbufHans Verkuil1-1/+1
2023-02-15Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab1-22/+3
2023-02-06media: videobuf2-core: drop obsolete sanity check in __vb2_queue_free()Hans Verkuil1-22/+3
2023-01-24media: videobuf2: set q->streaming laterHans Verkuil1-3/+2
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-6/+20
2022-12-07media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()Hans Verkuil1-29/+73
2022-11-25media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driverHans Verkuil1-3/+0
2022-11-25media: vb2: add (un)prepare_streaming queue opsHans Verkuil1-4/+21
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil1-7/+7
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+1
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky1-2/+2
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky1-6/+31
2021-09-30media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky1-6/+0
2021-09-30media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky1-0/+22
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky1-21/+10
2021-09-30media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky1-18/+24
2021-09-30media: videobuf2-core: sanity checks for requests and qbufHans Verkuil1-1/+22
2021-07-30media: videobuf2-core: dequeue if start_streaming failsHans Verkuil1-1/+12
2021-01-04media: videobuf2: always call poll_wait() on queuesAlexandre Courbot1-2/+9
2020-12-02media: vb2: set cache sync hints when init buffersSergey Senozhatsky1-0/+11
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-40/+6
2020-07-19media: videobuf2: Print videobuf2 buffer state by nameEzequiel Garcia1-8/+27
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart1-110/+116
2020-06-23media: videobuf2: check ->synced flag in prepare() and finish()Sergey Senozhatsky1-2/+7
2020-06-23media: videobuf2: do not sync caches when we are allowed not toSergey Senozhatsky1-4/+10
2020-06-23media: videobuf2: factor out planes prepare/finish functionsSergey Senozhatsky1-21/+31
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-0/+6
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky1-10/+41
2020-03-12media: videobuf2-core: fix dprintk levelAlexandre Courbot1-2/+2
2019-05-23media: videobuf2-core.h: Document the alloc memop size argument as page alignedSakari Ailus1-0/+1
2019-05-23media: videobuf2-core: Prevent size alignment wrapping buffer size to 0Sakari Ailus1-0/+4
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder1-0/+7