summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/videobuf2/videobuf2-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-22media: vb2: add waiting_in_dqbuf flagHans Verkuil1-0/+22
2019-03-25media: vb2: add requires_requests bit for stateless codecsHans Verkuil1-0/+9
2019-03-19media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil1-12/+3
2019-02-18media: vb2: fix epoll() by calling poll_wait firstHans Verkuil1-2/+2
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil1-0/+3
2019-02-18media: vb2: replace bool by bitfield in vb2_bufferHans Verkuil1-6/+6
2019-02-07media: videobuf2: remove unused variableHans Verkuil1-1/+0
2019-01-31media: vb2: add buf_out_validate callbackHans Verkuil1-3/+19
2019-01-31media: vb2: Keep dma-buf buffers mapped until they are freedPawel Osciak1-8/+3
2018-12-17Merge tag 'v4.20-rc7' into patchworkMauro Carvalho Chehab1-9/+35
2018-12-03media: vb2: don't unbind/put the object when going to state QUEUEDHans Verkuil1-1/+1
2018-12-03media: vb2: keep a reference to the request until dqbufHans Verkuil1-5/+33
2018-12-03media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failedHans Verkuil1-3/+1
2018-11-23media: vb2: be sure to unlock mutex on errorsMauro Carvalho Chehab1-1/+2
2018-11-23media: vb2: Allow reqbufs(0) with "in use" MMAP buffersJohn Sheu1-5/+3
2018-11-23media: vb2: check memory model for VIDIOC_CREATE_BUFSHans Verkuil1-0/+3
2018-11-23media: vb2: vb2_mmap: move lock upHans Verkuil1-3/+8
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-42/+218
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski1-10/+8
2018-09-24media: vb2: check for sane values from queue_setupJohan Fjeldtvedt1-0/+9
2018-09-11media: media-request: EPERM -> EACCES/EBUSYHans Verkuil1-1/+1