summaryrefslogtreecommitdiff
path: root/drivers/media/common/videobuf2/videobuf2-v4l2.c
AgeCommit message (Expand)Author
2024-01-24media: vb2: refactor setting flags and caps, fix missing capHans Verkuil
2024-01-24media: media videobuf2: Stop direct calls to queue num_buffers fieldBenjamin Gaignard
2023-11-23media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_APIHans Verkuil
2023-11-23media: core: Report the maximum possible number of buffers for the queueBenjamin Gaignard
2023-11-23media: media videobuf2: Be more flexible on the number of queue stored buffersBenjamin Gaignard
2023-11-23media: videobuf2: Use vb2_get_num_buffers() helperBenjamin Gaignard
2023-11-23media: videobuf2: Remove duplicated index vs q->num_buffers checkBenjamin Gaignard
2023-11-23media: videobuf2: Access vb2_queue bufs array through helper functionsBenjamin Gaignard
2023-11-23media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard
2023-03-19media: vb2: set owner before calling vb2_readHans Verkuil
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