index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
/
videobuf2
/
videobuf2-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
media: videobuf2: improve max_num_buffers sanity checks
Hans Verkuil
1
-1
/
+7
2024-03-25
media: v4l2: Add REMOVE_BUFS ioctl
Benjamin Gaignard
1
-0
/
+38
2024-03-25
media: core: Free range of buffers
Benjamin Gaignard
1
-30
/
+26
2024-03-25
media: core: Add bitmap manage bufs array entries
Benjamin Gaignard
1
-18
/
+53
2024-03-25
media: core: Rework how create_buf index returned value is computed
Benjamin Gaignard
1
-5
/
+13
2024-03-25
media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
Benjamin Gaignard
1
-15
/
+23
2024-03-25
media: videobuf2: Update vb2_is_busy() logic
Benjamin Gaignard
1
-0
/
+4
2024-01-24
media: media videobuf2: Stop direct calls to queue num_buffers field
Benjamin Gaignard
1
-1
/
+1
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
1
-14
/
+14
2023-12-09
media: videobuf2: request more buffers for vb2_read
Hans Verkuil
1
-2
/
+7
2023-11-23
media: media videobuf2: Be more flexible on the number of queue stored buffers
Benjamin Gaignard
1
-8
/
+38
2023-11-23
media: videobuf2: Use vb2_get_num_buffers() helper
Benjamin Gaignard
1
-44
/
+50
2023-11-23
media: videobuf2: Access vb2_queue bufs array through helper functions
Benjamin Gaignard
1
-41
/
+117
2023-11-23
media: videobuf2: Use vb2_buffer instead of index
Benjamin Gaignard
1
-28
/
+12
2023-11-23
media: videobuf2: Stop spamming kernel log with all queue counter
Benjamin Gaignard
1
-35
/
+44
2023-11-23
media: videobuf2: Rework offset 'cookie' encoding pattern
Benjamin Gaignard
1
-38
/
+40
2023-11-23
media: videobuf2: Rename offset parameter
Benjamin Gaignard
1
-14
/
+14
2023-09-27
media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf
Hans Verkuil
1
-1
/
+1
2023-02-15
Merge git://git.linuxtv.org/media_stage into media_tree
Mauro Carvalho Chehab
1
-22
/
+3
2023-02-06
media: videobuf2-core: drop obsolete sanity check in __vb2_queue_free()
Hans Verkuil
1
-22
/
+3
2023-01-24
media: videobuf2: set q->streaming later
Hans Verkuil
1
-3
/
+2
2022-12-13
Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-6
/
+20
2022-12-07
media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()
Hans Verkuil
1
-29
/
+73
2022-11-25
media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driver
Hans Verkuil
1
-3
/
+0
2022-11-25
media: vb2: add (un)prepare_streaming queue ops
Hans Verkuil
1
-4
/
+21
2022-08-29
media: vb2: videobuf -> videobuf2
Hans Verkuil
1
-7
/
+7
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
1
-0
/
+1
2021-09-30
media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flag
Sergey Senozhatsky
1
-2
/
+2
2021-09-30
media: videobuf2: add queue memory coherency parameter
Sergey Senozhatsky
1
-6
/
+31
2021-09-30
media: videobuf2: move cache_hints handling to allocators
Sergey Senozhatsky
1
-6
/
+0
2021-09-30
media: videobuf2: split buffer cache_hints initialisation
Sergey Senozhatsky
1
-0
/
+22
2021-09-30
media: videobuf2: inverse buffer cache_hints flags
Sergey Senozhatsky
1
-21
/
+10
2021-09-30
media: videobuf2: rework vb2_mem_ops API
Sergey Senozhatsky
1
-18
/
+24
2021-09-30
media: videobuf2-core: sanity checks for requests and qbuf
Hans Verkuil
1
-1
/
+22
2021-07-30
media: videobuf2-core: dequeue if start_streaming fails
Hans Verkuil
1
-1
/
+12
2021-01-04
media: videobuf2: always call poll_wait() on queues
Alexandre Courbot
1
-2
/
+9
2020-12-02
media: vb2: set cache sync hints when init buffers
Sergey Senozhatsky
1
-0
/
+11
2020-09-14
media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag
Sergey Senozhatsky
1
-40
/
+6
2020-07-19
media: videobuf2: Print videobuf2 buffer state by name
Ezequiel Garcia
1
-8
/
+27
2020-07-04
media: vb2: Print the queue pointer in debug messages
Laurent Pinchart
1
-110
/
+116
2020-06-23
media: videobuf2: check ->synced flag in prepare() and finish()
Sergey Senozhatsky
1
-2
/
+7
2020-06-23
media: videobuf2: do not sync caches when we are allowed not to
Sergey Senozhatsky
1
-4
/
+10
2020-06-23
media: videobuf2: factor out planes prepare/finish functions
Sergey Senozhatsky
1
-21
/
+31
2020-06-23
media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flag
Sergey Senozhatsky
1
-0
/
+6
2020-06-23
media: videobuf2: add queue memory consistency parameter
Sergey Senozhatsky
1
-10
/
+41
2020-03-12
media: videobuf2-core: fix dprintk level
Alexandre Courbot
1
-2
/
+2
2019-05-23
media: videobuf2-core.h: Document the alloc memop size argument as page aligned
Sakari Ailus
1
-0
/
+1
2019-05-23
media: videobuf2-core: Prevent size alignment wrapping buffer size to 0
Sakari Ailus
1
-0
/
+4
2019-05-14
videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()
Souptick Joarder
1
-0
/
+7
[next]