summaryrefslogtreecommitdiff
path: root/include/drm/drm_gem_shmem_helper.h
AgeCommit message (Expand)Author
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-02-28Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko
2023-02-27drm/shmem-helper: Put booleans in the end of struct drm_gem_shmem_objectDmitry Osipenko
2022-07-21drm: correct commentsLiu Zixian
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2021-11-15drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()Thomas Zimmermann
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-06-10drm/shmem-helper: Add .gem_create_object helper that sets map_cached flagThomas Zimmermann
2020-02-27drm/shmem: add support for per object caching flags.Gerd Hoffmann
2019-11-14Merge v5.4-rc7 into drm-nextDave Airlie
2019-11-06drm/shmem: Add docbook comments for drm_gem_shmem_object madvise fieldsRob Herring
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann
2019-08-28drm/shmem: Use mutex_trylock in drm_gem_shmem_purgeRob Herring
2019-08-23drm/shmem: Use mutex_trylock in drm_gem_shmem_purgeRob Herring
2019-08-08drm/shmem: Add madvise state and purge helpersRob Herring
2019-03-14drm: Add library for shmem backed GEM objectsNoralf Trønnes