aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_cma_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-605/+0
2022-06-08drm/cma-helper: Describe what a "contiguous chunk" actually meansDaniel Thompson1-10/+29
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-0/+1
2022-02-11drm/cma-helper: Set VM_DONTEXPAND for mmapRobin Murphy1-0/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+5
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-48/+42
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-7/+10
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann1-28/+24
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-14/+9
2021-11-23Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+5
2021-11-15drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()Thomas Zimmermann1-2/+7
2021-10-29drm: import DMA_BUF module namespaceMarcel Ziswiler1-0/+1
2021-10-22drm: Move GEM memory managers into modulesThomas Zimmermann1-0/+4
2021-06-01drm: Fix misleading documentation of drm_gem_cma_create()Paul Cercueil1-2/+1
2021-05-28drm: Fix for GEM buffers with write-combine memoryPaul Cercueil1-6/+9
2021-05-25drm: Add support for GEM buffers backed by non-coherent memoryPaul Cercueil1-9/+29
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann1-83/+38
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann1-10/+10
2020-11-09drm/cma-helper: Make default object functions the defaultThomas Zimmermann1-35/+12
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+7
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann1-17/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-20/+3
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-5/+4
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-6/+7
2020-09-25drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann1-4/+4
2020-09-10drm: prime: add common helper to check scatterlist contiguityMarek Szyprowski1-20/+3
2020-07-20drm: core: Convert device logging to drm_* functions.Suraj Upadhyay1-2/+2
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann1-1/+1
2020-06-10drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Thomas Zimmermann1-5/+5
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-4/+4
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-5/+6
2019-05-08drm/cma-helper: Fix drm_gem_cma_free_object()Noralf Trønnes1-4/+4
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes1-0/+86
2018-07-23drm: Replace NULL with error value in drm_prime_pages_to_sgOleksandr Andrushchenko1-2/+2
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau1-2/+20
2017-11-14drm/gem-cma-helper: Fix kerneldocsVille Syrjälä1-1/+1
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes1-26/+0
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes1-0/+19
2017-10-16drm/gem-cma-helper: Change the level of the allocation failure messageBoris BREZILLON1-1/+1
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes1-35/+0
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-07-26drm: Update docs around gem_free_objectDaniel Vetter1-1/+1
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-1/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-0/+3
2017-02-28drm: Introduce drm_gem_object_{get,put}()Thierry Reding1-5/+5
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-11/+82
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard1-0/+71