summaryrefslogtreecommitdiff
path: root/include/media/videobuf2-core.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-25media: v4l2: Add REMOVE_BUFS ioctlBenjamin Gaignard1-0/+10
2024-03-25media: core: Add bitmap manage bufs array entriesBenjamin Gaignard1-7/+11
2024-03-25media: core: Rework how create_buf index returned value is computedBenjamin Gaignard1-1/+4
2024-03-25media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structureBenjamin Gaignard1-1/+14
2024-03-25media: videobuf2: Update vb2_is_busy() logicBenjamin Gaignard1-1/+3
2024-02-16media: videobuf2: Add missing doc comment for waiting_in_dqbufAndrzej Pietrasiewicz1-5/+8
2024-02-05media: videobuf2: Fix doc commentAndrzej Pietrasiewicz1-1/+1
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-3/+6
2023-11-23media: media videobuf2: Be more flexible on the number of queue stored buffersBenjamin Gaignard1-1/+11
2023-11-23media: videobuf2: Add helper to get queue number of buffersBenjamin Gaignard1-1/+10
2023-11-23media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard1-8/+8
2022-11-25media: vb2: add (un)prepare_streaming queue opsHans Verkuil1-0/+14
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil1-8/+8
2021-12-07media: videobuf2: add WARN_ON_ONCE if bytesused is bigger than buffer lengthDafna Hirschfeld1-1/+8
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky1-2/+8
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky1-6/+6
2021-09-30media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky1-18/+19
2021-03-22media: videobuf2: Explicitly state max size of planesRicardo Ribalda1-2/+4
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter1-0/+1
2020-11-16media: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-5/+2
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart1-0/+4
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky1-2/+6
2020-06-23media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky1-0/+11
2020-06-23media: videobuf2: add cache management membersSergey Senozhatsky1-0/+10
2020-06-23media: videobuf2: use explicit unsigned int in vb2_queueSergey Senozhatsky1-9/+9
2020-03-02media: videobuf2-core.h: improve buf_struct_size documentationHans Verkuil1-2/+5
2019-10-21media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUFHans Verkuil1-0/+3
2019-06-21media: vb2: Introduce a vb2_get_buffer accessorEzequiel Garcia1-0/+18
2019-05-23media: videobuf2-core.h: Document the alloc memop size argument as page alignedSakari Ailus1-1/+2
2019-04-22media: vb2: add waiting_in_dqbuf flagHans Verkuil1-0/+1
2019-03-25media: vb2: add requires_requests bit for stateless codecsHans Verkuil1-0/+3
2019-03-19media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil1-15/+6
2019-03-01media: include: fix several typosMauro Carvalho Chehab1-1/+1
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil1-0/+3
2019-02-18media: vb2: replace bool by bitfield in vb2_bufferHans Verkuil1-2/+2
2019-02-07media: vb2: Fix buf_out_validate documentationEzequiel Garcia1-1/+2
2019-01-31media: vb2: add buf_out_validate callbackHans Verkuil1-0/+5
2018-12-03media: vb2: keep a reference to the request until dqbufHans Verkuil1-0/+2
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski1-2/+2
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil1-0/+2
2018-08-31media: videobuf2-core: add uses_requests/qbuf flagsHans Verkuil1-0/+8
2018-08-31media: videobuf2-core: add request helper functionsHans Verkuil1-0/+15
2018-08-31media: videobuf2-core: integrate with media requestsHans Verkuil1-1/+17
2018-08-31media: videobuf2-core: embed media_request_objectHans Verkuil1-0/+4
2018-08-31media: vb2: add init_buffer buffer opHans Verkuil1-0/+4
2018-08-31media: vb2: drop VB2_BUF_STATE_PREPARED, use bool prepared/synced insteadHans Verkuil1-2/+8
2018-08-31media: vb2: store userspace data in vb2_v4l2_bufferHans Verkuil1-2/+1
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