summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/videobuf2
Commit message (Expand)AuthorAgeFilesLines
* media: videobuf2: Print videobuf2 buffer state by nameEzequiel Garcia2020-07-191-8/+27
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-2/+2
* media: videobuf2: Fix length check for single plane dmabuf queueingJohn Cox2020-07-041-1/+2
* media: vb2: Print the queue pointer in debug messagesLaurent Pinchart2020-07-042-137/+157
* media: videobuf2: remove redundant if-statementSergey Senozhatsky2020-06-231-2/+1
* media: videobuf2: don't test db_attach in dma-contig prepare and finishSergey Senozhatsky2020-06-232-12/+2
* media: videobuf2: add begin/end cpu_access callbacks to dma-sgSergey Senozhatsky2020-06-231-0/+30
* media: videobuf2: add begin/end cpu_access callbacks to dma-contigSergey Senozhatsky2020-06-231-0/+35
* media: videobuf2: check ->synced flag in prepare() and finish()Sergey Senozhatsky2020-06-231-2/+7
* media: videobuf2: do not sync caches when we are allowed not toSergey Senozhatsky2020-06-231-4/+10
* media: videobuf2: factor out planes prepare/finish functionsSergey Senozhatsky2020-06-231-21/+31
* media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-06-232-4/+26
* media: videobuf2: add queue memory consistency parameterSergey Senozhatsky2020-06-232-13/+44
* media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-06-231-0/+2
* media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky2020-06-231-0/+48
* Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-131-18/+2
|\
| * media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeTomi Valkeinen2020-06-111-18/+2
* | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-022-4/+2
|/
* media: videobuf2-core: fix dprintk levelAlexandre Courbot2020-03-121-2/+2
* media: videobuf2-dma-contig.c: remove spurious 'b' in messageHans Verkuil2020-03-021-2/+2
* Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-311-2/+2
|\
| * media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann2020-01-031-2/+2
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-303-24/+0
|\ \
| * \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-173-24/+0
| |\ \ | | |/ | |/|
| | * media/videobuf2: Drop dma_buf->k(un)map supportDaniel Vetter2019-11-253-24/+0
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/ /
* / media: vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUFHans Verkuil2019-10-211-2/+10
|/
* media: vb2-dc: skip CPU sync in map/unmap dma_bufLucas Stach2019-07-231-7/+16
* media: vb2: reorder checks in vb2_poll()Michael Tretter2019-07-231-3/+5
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | media: videobuf2-vmalloc: get_userptr: buffers are always writableHans Verkuil2019-05-294-13/+5
* | media: videobuf2-v4l2: set last_buffer_dequeued in dqbufHans Verkuil2019-05-291-5/+5
* | Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-281-0/+1
|\|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | media: videobuf2-core.h: Document the alloc memop size argument as page alignedSakari Ailus2019-05-231-0/+1
* | media: videobuf2-dma-sg: Prevent size from overflowingSakari Ailus2019-05-231-1/+1
* | media: videobuf2-core: Prevent size alignment wrapping buffer size to 0Sakari Ailus2019-05-231-0/+4
|/
* videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder2019-05-143-22/+13
* media: vb2: add waiting_in_dqbuf flagHans Verkuil2019-04-221-0/+22
* media: videobuf2-v4l2.c: move up STATE_DEQUEUED checkHans Verkuil2019-04-221-5/+6
* media: vb2: Minor function naming fixEzequiel Garcia2019-04-221-3/+3
* media: media requests: return EBADR instead of EACCESHans Verkuil2019-03-251-1/+1
* media: vb2: add requires_requests bit for stateless codecsHans Verkuil2019-03-252-0/+13
* media: videobuf2: Return error after allocation failureSouptick Joarder2019-03-191-5/+5
* media: vb2: drop VB2_BUF_STATE_REQUEUEINGHans Verkuil2019-03-192-13/+3
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-32/+9
|\
| * videobuf2: replace a layering violation with dma_map_resourceChristoph Hellwig2019-02-011-32/+9
* | media: common: fix several typosMauro Carvalho Chehab2019-03-012-2/+2
* | media: vb2: fix epoll() by calling poll_wait firstHans Verkuil2019-02-182-5/+3