aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_gem_shmem_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-0/+2
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann1-0/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+8
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann1-28/+41
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-0/+120
2021-11-15drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()Thomas Zimmermann1-5/+0
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann1-3/+0
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-2/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-2/+2
2020-06-10drm/shmem-helper: Add .gem_create_object helper that sets map_cached flagThomas Zimmermann1-0/+4
2020-02-27drm/shmem: add support for per object caching flags.Gerd Hoffmann1-0/+5
2019-11-14Merge v5.4-rc7 into drm-nextDave Airlie1-0/+13
2019-11-06drm/shmem: Add docbook comments for drm_gem_shmem_object madvise fieldsRob Herring1-0/+13
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann1-26/+0
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann1-4/+2
2019-08-28drm/shmem: Use mutex_trylock in drm_gem_shmem_purgeRob Herring1-1/+1
2019-08-23drm/shmem: Use mutex_trylock in drm_gem_shmem_purgeRob Herring1-1/+1
2019-08-08drm/shmem: Add madvise state and purge helpersRob Herring1-0/+15
2019-03-14drm: Add library for shmem backed GEM objectsNoralf Trønnes1-0/+159