aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/common/videobuf2/videobuf2-v4l2.c
AgeCommit message (Expand)Author
2022-08-30media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil
2022-07-17media: videobuf2: Introduce vb2_find_buffer()Ezequiel Garcia
2022-05-13media: videobuf2-v4l2: Expose vb2_queue_is_busy() to driversLaurent Pinchart
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky
2021-09-30media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky
2021-06-08media: videobuf2-v4l2.c: add vb2_queue_change_type() helperTomi Valkeinen
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab
2021-01-27media: videobuf2-v4l2: remove redundant error testHelen Koike
2021-01-12media: Revert "media: videobuf2: Fix length check for single plane dmabuf que...Naushir Patuck
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-28media: videobuf2-v4l2.c: add vb2_video_unregister_device helper functionHans Verkuil
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia
2020-07-04media: videobuf2: Fix length check for single plane dmabuf queueingJohn Cox
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky
2020-06-23media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-06-23media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann
2019-10-21media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUFHans Verkuil
2019-07-23media: vb2: reorder checks in vb2_poll()Michael Tretter
2019-05-29media: videobuf2-v4l2: set last_buffer_dequeued in dqbufHans Verkuil
2019-04-22media: videobuf2-v4l2.c: move up STATE_DEQUEUED checkHans Verkuil
2019-04-22media: vb2: Minor function naming fixEzequiel Garcia
2019-03-25media: media requests: return EBADR instead of EACCESHans Verkuil
2019-03-25media: vb2: add requires_requests bit for stateless codecsHans Verkuil
2019-03-19media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil
2019-02-18media: vb2: fix epoll() by calling poll_wait firstHans Verkuil
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil
2019-01-31media: vb2: check that buf_out_validate is presentHans Verkuil
2019-01-31media: vb2: vb2_find_timestamp: drop restriction on buffer stateHans Verkuil
2019-01-07media: vb2: add vb2_find_timestamp()Hans Verkuil
2018-12-25Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-12-17Merge tag 'v4.20-rc7' into patchworkMauro Carvalho Chehab
2018-12-14media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUTSakari Ailus
2018-12-05media: Add a Kconfig option for the Request APISakari Ailus
2018-12-03media: vb2: skip request checks for VIDIOC_PREPARE_BUFHans Verkuil
2018-11-23media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()Hans Verkuil
2018-11-23media: vb2: Allow reqbufs(0) with "in use" MMAP buffersJohn Sheu
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski
2018-09-11media: media-request: EPERM -> EACCES/EBUSYHans Verkuil
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil
2018-08-31media: videobuf2-v4l2: refuse qbuf if queue uses requests or vv.Hans Verkuil
2018-08-31media: videobuf2-v4l2: add vb2_request_queue/validate helpersHans Verkuil
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil