index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
media
/
videobuf2-core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
media: videobuf2-core: attach once if multiple planes share the same dbuf
Yunke Cao
1
-0
/
+3
2024-03-25
media: v4l2: Add REMOVE_BUFS ioctl
Benjamin Gaignard
1
-0
/
+10
2024-03-25
media: core: Add bitmap manage bufs array entries
Benjamin Gaignard
1
-7
/
+11
2024-03-25
media: core: Rework how create_buf index returned value is computed
Benjamin Gaignard
1
-1
/
+4
2024-03-25
media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
Benjamin Gaignard
1
-1
/
+14
2024-03-25
media: videobuf2: Update vb2_is_busy() logic
Benjamin Gaignard
1
-1
/
+3
2024-02-16
media: videobuf2: Add missing doc comment for waiting_in_dqbuf
Andrzej Pietrasiewicz
1
-5
/
+8
2024-02-05
media: videobuf2: Fix doc comment
Andrzej Pietrasiewicz
1
-1
/
+1
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
1
-3
/
+6
2023-11-23
media: media videobuf2: Be more flexible on the number of queue stored buffers
Benjamin Gaignard
1
-1
/
+11
2023-11-23
media: videobuf2: Add helper to get queue number of buffers
Benjamin Gaignard
1
-1
/
+10
2023-11-23
media: videobuf2: Use vb2_buffer instead of index
Benjamin Gaignard
1
-8
/
+8
2022-11-25
media: vb2: add (un)prepare_streaming queue ops
Hans Verkuil
1
-0
/
+14
2022-08-29
media: vb2: videobuf -> videobuf2
Hans Verkuil
1
-8
/
+8
2021-12-07
media: videobuf2: add WARN_ON_ONCE if bytesused is bigger than buffer length
Dafna Hirschfeld
1
-1
/
+8
2021-09-30
media: videobuf2: add queue memory coherency parameter
Sergey Senozhatsky
1
-2
/
+8
2021-09-30
media: videobuf2: inverse buffer cache_hints flags
Sergey Senozhatsky
1
-6
/
+6
2021-09-30
media: videobuf2: rework vb2_mem_ops API
Sergey Senozhatsky
1
-18
/
+19
2021-03-22
media: videobuf2: Explicitly state max size of planes
Ricardo Ribalda
1
-2
/
+4
2021-01-12
media: videobuf2: Move frame_vector into media subsystem
Daniel Vetter
1
-0
/
+1
2020-11-16
media: fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-09-14
media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag
Sergey Senozhatsky
1
-5
/
+2
2020-07-04
media: vb2: Print the queue pointer in debug messages
Laurent Pinchart
1
-0
/
+4
2020-06-23
media: videobuf2: add queue memory consistency parameter
Sergey Senozhatsky
1
-2
/
+6
2020-06-23
media: videobuf2: handle V4L2 buffer cache flags
Sergey Senozhatsky
1
-0
/
+11
2020-06-23
media: videobuf2: add cache management members
Sergey Senozhatsky
1
-0
/
+10
2020-06-23
media: videobuf2: use explicit unsigned int in vb2_queue
Sergey Senozhatsky
1
-9
/
+9
2020-03-02
media: videobuf2-core.h: improve buf_struct_size documentation
Hans Verkuil
1
-2
/
+5
2019-10-21
media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF
Hans Verkuil
1
-0
/
+3
2019-06-21
media: vb2: Introduce a vb2_get_buffer accessor
Ezequiel Garcia
1
-0
/
+18
2019-05-23
media: videobuf2-core.h: Document the alloc memop size argument as page aligned
Sakari Ailus
1
-1
/
+2
2019-04-22
media: vb2: add waiting_in_dqbuf flag
Hans Verkuil
1
-0
/
+1
2019-03-25
media: vb2: add requires_requests bit for stateless codecs
Hans Verkuil
1
-0
/
+3
2019-03-19
media: vb2: drop VB2_BUF_STATE_REQUEUEING
Hans Verkuil
1
-15
/
+6
2019-03-01
media: include: fix several typos
Mauro Carvalho Chehab
1
-1
/
+1
2019-02-18
media: vb2: keep track of timestamp status
Hans Verkuil
1
-0
/
+3
2019-02-18
media: vb2: replace bool by bitfield in vb2_buffer
Hans Verkuil
1
-2
/
+2
2019-02-07
media: vb2: Fix buf_out_validate documentation
Ezequiel Garcia
1
-1
/
+2
2019-01-31
media: vb2: add buf_out_validate callback
Hans Verkuil
1
-0
/
+5
2018-12-03
media: vb2: keep a reference to the request until dqbuf
Hans Verkuil
1
-0
/
+2
2018-09-24
media: videobuf2-core: Rework and rename helper for request buffer count
Paul Kocialkowski
1
-2
/
+2
2018-09-11
media: vb2: set reqbufs/create_bufs capabilities
Hans Verkuil
1
-0
/
+2
2018-08-31
media: videobuf2-core: add uses_requests/qbuf flags
Hans Verkuil
1
-0
/
+8
2018-08-31
media: videobuf2-core: add request helper functions
Hans Verkuil
1
-0
/
+15
2018-08-31
media: videobuf2-core: integrate with media requests
Hans Verkuil
1
-1
/
+17
2018-08-31
media: videobuf2-core: embed media_request_object
Hans Verkuil
1
-0
/
+4
2018-08-31
media: vb2: add init_buffer buffer op
Hans Verkuil
1
-0
/
+4
2018-08-31
media: vb2: drop VB2_BUF_STATE_PREPARED, use bool prepared/synced instead
Hans Verkuil
1
-2
/
+8
2018-08-31
media: vb2: store userspace data in vb2_v4l2_buffer
Hans Verkuil
1
-2
/
+1
2018-03-21
media: vb2-core: vb2_ops: document non-interrupt-context calling
Luca Ceresoli
1
-0
/
+3
[next]