aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_shmem_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2022-08-09drm/shmem-helper: Add missing vunmap on errorDmitry Osipenko1-0/+1
2022-07-21drm: correct commentsLiu Zixian1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+4
2022-02-14drm/gem-shmem: Don't store mmap'ed buffers in core dumpsThomas Zimmermann1-1/+1
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann1-2/+3
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-6/+9
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-7/+10
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+2
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann1-47/+36
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-28/+17
2021-11-15drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()Thomas Zimmermann1-2/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+2
2021-10-29drm: import DMA_BUF module namespaceMarcel Ziswiler1-0/+1
2021-10-27fix for "dma-buf: move dma-buf symbols into the DMA_BUF module namespace"Stephen Rothwell1-0/+2
2021-10-22drm: Move GEM memory managers into modulesThomas Zimmermann1-0/+4
2021-08-12drm/shmem-helpers: Allocate wc pages on x86Daniel Vetter1-0/+19
2021-08-12drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter1-2/+2
2021-08-02drm: Fix typo in commentsCai Huoqing1-1/+1
2021-07-13drm/shmem-helper: Align to page size in dumb_createDaniel Vetter1-2/+2
2021-03-11drm/shmem-helpers: vunmap: Don't put pages for dma-bufNoralf Trønnes1-3/+4
2021-03-11drm/shmem-helper: Don't remove the offset in vm_area_struct pgoffNeil Roberts1-5/+6
2021-03-11drm/shmem-helper: Check for purged buffers in fault handlerNeil Roberts1-4/+14
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann1-26/+0
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-6/+8
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-19/+29
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+15
2020-10-28drm/shme-helpers: Fix dma_buf_mmap forwarding bugDaniel Vetter1-1/+6
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-5/+9
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2020-09-10drm: core: fix common struct sg_table related issuesMarek Szyprowski1-5/+9
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+1
2020-06-16drm/shmem-helper: Only dma-buf imports are private objDaniel Vetter1-2/+2
2020-06-16drm/shmem-helper: Fix obj->filp derefenceDaniel Vetter1-9/+11
2020-06-10drm/shmem-helper: Add .gem_create_object helper that sets map_cached flagThomas Zimmermann1-0/+27
2020-06-08drm/shmem-helpers: Simplify dma-buf importingDaniel Vetter1-37/+23
2020-06-08drm/shmem-helpers: Ensure get_pages is not called on imported dma-bufDaniel Vetter1-0/+10
2020-06-03drm/shmem-helpers: Redirect mmap for imported dma-bufDaniel Vetter1-0/+3
2020-06-03drm/shmem-helpers: Don't call get/put_pages on imported dma-buf in vmapDaniel Vetter1-5/+6
2020-06-03drm/doc: Some polish for shmem helpersDaniel Vetter1-7/+32
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2020-03-02drm/shmem: drop pgprot_decrypted()Gerd Hoffmann1-1/+0
2020-02-27drm/shmem: add support for per object caching flags.Gerd Hoffmann1-4/+11
2019-12-06drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann1-0/+3
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring1-3/+0
2019-10-17drm/shmem: drop VM_IOGerd Hoffmann1-1/+1
2019-10-17drm/shmem: drop VM_DONTDUMPGerd Hoffmann1-1/+1