aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_gem_cma_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-279/+0
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-2/+4
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann1-17/+22
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-0/+78
2021-11-30drm/cma-helper: Move driver and file ops to the end of headerThomas Zimmermann1-54/+60
2021-05-25drm: Add support for GEM buffers backed by non-coherent memoryPaul Cercueil1-0/+3
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann1-7/+3
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann1-2/+2
2020-11-09drm/cma-helper: Make default object functions the defaultThomas Zimmermann1-5/+0
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-1/+1
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann1-1/+0
2020-06-10drm/cma-helper: Add DRM_GEM_CMA_DRIVER_OPS to set default GEM CMA functionsThomas Zimmermann1-4/+44
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann1-4/+26
2020-06-10drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Thomas Zimmermann1-2/+2
2019-01-09drm: remove drmP.h from drm_gem_cma_helper.hSam Ravnborg1-1/+4
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes1-0/+24
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+7
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau1-1/+3
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes1-4/+0
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes1-0/+3
2017-11-11drm/cma-helper: Turn to_drm_gem_cma_obj() into a macroNoralf Trønnes1-5/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes1-5/+0
2017-04-18drm/cma: Fix recent regression of mmap() in the MMU case.Eric Anholt1-10/+8
2017-04-14drm/cma: Update DEFINE_DRM_GEM_CMA_FOPS to add get_unmapped_areaYannick Fertre1-0/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-0/+26
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard1-0/+17
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-0/+5
2014-11-13drm/doc: Add GEM/CMA helpers to kerneldocThierry Reding1-8/+17
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst1-1/+2
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+1
2014-04-04drm/cma: include <drm/drmP.h> as neededShawn Guo1-0/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-8/+0
2013-07-05drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim1-6/+0
2013-07-05drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim1-0/+9
2013-06-08drm: GEM CMA: Add DRM PRIME supportLaurent Pinchart1-0/+9
2013-02-17drm/cma: add debugfs helpersRob Clark1-0/+4
2012-09-18DRM: Add DRM GEM CMA helperSascha Hauer1-0/+44