aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/videobuf2/videobuf2-v4l2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia1-13/+0
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil1-2/+2
2022-07-17media: videobuf2: Introduce vb2_find_buffer()Ezequiel Garcia1-0/+12
2022-05-13media: videobuf2-v4l2: Expose vb2_queue_is_busy() to driversLaurent Pinchart1-16/+10
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky1-3/+28
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky1-2/+3
2021-09-30media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky1-18/+0
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky1-12/+5
2021-06-08media: videobuf2-v4l2.c: add vb2_queue_change_type() helperTomi Valkeinen1-0/+14
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-2/+1
2021-01-27media: videobuf2-v4l2: remove redundant error testHelen Koike1-5/+0
2021-01-12media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"Naushir Patuck1-2/+1
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab1-16/+2
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-16/+2
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-28media: videobuf2-v4l2.c: add vb2_video_unregister_device helper functionHans Verkuil1-6/+45
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia1-2/+2
2020-07-04media: videobuf2: Fix length check for single plane dmabuf queueingJohn Cox1-1/+2
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart1-27/+41
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-4/+20
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky1-3/+3
2020-06-23media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-0/+2
2020-06-23media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky1-0/+48
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann1-2/+2
2019-10-21media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUFHans Verkuil1-2/+10
2019-07-23media: vb2: reorder checks in vb2_poll()Michael Tretter1-3/+5
2019-05-29media: videobuf2-v4l2: set last_buffer_dequeued in dqbufHans Verkuil1-5/+5
2019-04-22media: videobuf2-v4l2.c: move up STATE_DEQUEUED checkHans Verkuil1-5/+6
2019-04-22media: vb2: Minor function naming fixEzequiel Garcia1-3/+3
2019-03-25media: media requests: return EBADR instead of EACCESHans Verkuil1-1/+1
2019-03-25media: vb2: add requires_requests bit for stateless codecsHans Verkuil1-0/+4
2019-03-19media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil1-1/+0
2019-02-18media: vb2: fix epoll() by calling poll_wait firstHans Verkuil1-3/+1
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil1-1/+2
2019-01-31media: vb2: check that buf_out_validate is presentHans Verkuil1-0/+9
2019-01-31media: vb2: vb2_find_timestamp: drop restriction on buffer stateHans Verkuil1-8/+3
2019-01-07media: vb2: add vb2_find_timestamp()Hans Verkuil1-1/+18
2018-12-25Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2018-12-17Merge tag 'v4.20-rc7' into patchworkMauro Carvalho Chehab1-4/+9
2018-12-14media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUTSakari Ailus1-0/+1
2018-12-05media: Add a Kconfig option for the Request APISakari Ailus1-0/+2
2018-12-03media: vb2: skip request checks for VIDIOC_PREPARE_BUFHans Verkuil1-4/+7
2018-11-23media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()Hans Verkuil1-1/+0
2018-11-23media: vb2: Allow reqbufs(0) with "in use" MMAP buffersJohn Sheu1-1/+1
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski1-1/+1
2018-09-11media: media-request: EPERM -> EACCES/EBUSYHans Verkuil1-3/+6
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil1-1/+18
2018-08-31media: videobuf2-v4l2: refuse qbuf if queue uses requests or vv.Hans Verkuil1-1/+9
2018-08-31media: videobuf2-v4l2: add vb2_request_queue/validate helpersHans Verkuil1-0/+51
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-12/+100