aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_cma_helper.c
AgeCommit message (Expand)Author
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-06-08drm/cma-helper: Describe what a "contiguous chunk" actually meansDaniel Thompson
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie
2022-02-11drm/cma-helper: Set VM_DONTEXPAND for mmapRobin Murphy
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2021-11-23Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-11-15drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()Thomas Zimmermann
2021-10-29drm: import DMA_BUF module namespaceMarcel Ziswiler
2021-10-22drm: Move GEM memory managers into modulesThomas Zimmermann
2021-06-01drm: Fix misleading documentation of drm_gem_cma_create()Paul Cercueil
2021-05-28drm: Fix for GEM buffers with write-combine memoryPaul Cercueil
2021-05-25drm: Add support for GEM buffers backed by non-coherent memoryPaul Cercueil
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann
2020-11-09drm/cma-helper: Make default object functions the defaultThomas Zimmermann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann
2020-09-25drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann
2020-09-10drm: prime: add common helper to check scatterlist contiguityMarek Szyprowski
2020-07-20drm: core: Convert device logging to drm_* functions.Suraj Upadhyay
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann
2020-06-10drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Thomas Zimmermann
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg
2019-05-08drm/cma-helper: Fix drm_gem_cma_free_object()Noralf Trønnes
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes
2018-07-23drm: Replace NULL with error value in drm_prime_pages_to_sgOleksandr Andrushchenko
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau
2017-11-14drm/gem-cma-helper: Fix kerneldocsVille Syrjälä
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes
2017-10-16drm/gem-cma-helper: Change the level of the allocation failure messageBoris BREZILLON
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes
2017-08-11drm: Document device unplug infrastructureDaniel Vetter
2017-07-26drm: Update docs around gem_free_objectDaniel Vetter
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-02-28drm: Introduce drm_gem_object_{get,put}()Thierry Reding
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard