aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_gem_shmem_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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