aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/common/videobuf2/videobuf2-dma-contig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()Ma Ke1-6/+7
2023-06-21media: videobuf2: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko1-3/+0
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-15/+10
2022-12-06media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil1-1/+2
2022-11-11media: videobuf2: Assert held reservation lock for dma-buf mmappingDmitry Osipenko1-0/+3
2022-10-18media: videobuf2: Stop using internal dma-buf lockDmitry Osipenko1-10/+1
2022-10-18media: videobuf2: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-5/+6
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+4
2022-03-07media: videobuf2-dma-contig: Invalidate vmap range before DMA rangeSergey Senozhatsky1-6/+6
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+4
2021-11-15media: videobuf2: Fix the size printk formatDillon Min1-4/+4
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+1
2021-10-19media: videobuf2: always set buffer vb2 pointerSergey Senozhatsky1-0/+3
2021-09-30media: videobuf2: handle non-contiguous DMA allocationsSergey Senozhatsky1-31/+130
2021-09-30media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky1-0/+6
2021-09-30media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky1-15/+21
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+12
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab1-19/+0
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-1/+2
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-4/+10
2020-09-26media: videobuf2: use sgtable-based scatterlist wrappersMarek Szyprowski1-19/+15
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-19/+0
2020-06-23media: videobuf2: remove redundant if-statementSergey Senozhatsky1-2/+1
2020-06-23media: videobuf2: don't test db_attach in dma-contig prepare and finishSergey Senozhatsky1-4/+2
2020-06-23media: videobuf2: add begin/end cpu_access callbacks to dma-contigSergey Senozhatsky1-0/+35
2020-06-11media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeTomi Valkeinen1-18/+2
2020-03-02media: videobuf2-dma-contig.c: remove spurious 'b' in messageHans Verkuil1-2/+2
2019-11-25media/videobuf2: Drop dma_buf->k(un)map supportDaniel Vetter1-8/+0
2019-07-23media: vb2-dc: skip CPU sync in map/unmap dma_bufLucas Stach1-7/+16
2019-05-29media: videobuf2-vmalloc: get_userptr: buffers are always writableHans Verkuil1-2/+1
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder1-6/+0
2019-02-01videobuf2: replace a layering violation with dma_map_resourceChristoph Hellwig1-32/+9
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-1/+0
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König1-1/+1
2018-01-23media: drivers/media/common/videobuf2: rename from videobufHans Verkuil1-0/+787