aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/videobuf2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23media: vb2-dc: skip CPU sync in map/unmap dma_bufLucas Stach1-7/+16
2019-07-23media: vb2: reorder checks in vb2_poll()Michael Tretter1-3/+5
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29media: videobuf2-vmalloc: get_userptr: buffers are always writableHans Verkuil4-13/+5
2019-05-29media: videobuf2-v4l2: set last_buffer_dequeued in dqbufHans Verkuil1-5/+5
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab1-0/+1
2019-05-23media: videobuf2-core.h: Document the alloc memop size argument as page alignedSakari Ailus1-0/+1
2019-05-23media: videobuf2-dma-sg: Prevent size from overflowingSakari Ailus1-1/+1
2019-05-23media: videobuf2-core: Prevent size alignment wrapping buffer size to 0Sakari Ailus1-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder3-22/+13
2019-04-22media: vb2: add waiting_in_dqbuf flagHans Verkuil1-0/+22
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 Verkuil2-0/+13
2019-03-19media: videobuf2: Return error after allocation failureSouptick Joarder1-5/+5
2019-03-19media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil2-13/+3
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-32/+9
2019-03-01media: common: fix several typosMauro Carvalho Chehab2-2/+2
2019-02-18media: vb2: fix epoll() by calling poll_wait firstHans Verkuil2-5/+3
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil2-1/+5
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-02-01videobuf2: replace a layering violation with dma_map_resourceChristoph Hellwig1-32/+9
2019-01-31media: vb2: check that buf_out_validate is presentHans Verkuil1-0/+9
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
2019-01-31media: vb2: vb2_find_timestamp: drop restriction on buffer stateHans Verkuil1-8/+3
2019-01-16media: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz1-1/+1
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 Chehab2-13/+44
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: 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: skip request checks for VIDIOC_PREPARE_BUFHans Verkuil1-4/+7
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: 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 Sheu2-6/+4
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/mchehab/linux-mediaLinus Torvalds2-197/+591
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski2-11/+9
2018-09-24media: vb2: check for sane values from queue_setupJohan Fjeldtvedt1-0/+9
2018-09-11media: media-request: EPERM -> EACCES/EBUSYHans Verkuil2-4/+7
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil1-1/+18