index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
drm_gem_cma_helper.h
Age
Commit message (
Expand
)
Author
2020-11-09
drm/cma-helper: Make default object functions the default
Thomas Zimmermann
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-09
drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
Thomas Zimmermann
2020-06-10
drm/cma-helper: Add DRM_GEM_CMA_DRIVER_OPS to set default GEM CMA functions
Thomas Zimmermann
2020-06-10
drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macro
Thomas Zimmermann
2020-06-10
drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_
Thomas Zimmermann
2019-01-09
drm: remove drmP.h from drm_gem_cma_helper.h
Sam Ravnborg
2018-11-20
drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPS
Noralf Trønnes
2017-12-04
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-11-15
drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1
Liviu Dudau
2017-11-11
drm/cma-helper: Remove drm_fb_cma_debugfs_show()
Noralf Trønnes
2017-11-11
drm/cma-helper: Add drm_gem_cma_print_info()
Noralf Trønnes
2017-11-11
drm/cma-helper: Turn to_drm_gem_cma_obj() into a macro
Noralf Trønnes
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-16
drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()
Noralf Trønnes
2017-04-18
drm/cma: Fix recent regression of mmap() in the MMU case.
Eric Anholt
2017-04-14
drm/cma: Update DEFINE_DRM_GEM_CMA_FOPS to add get_unmapped_area
Yannick Fertre
2017-03-14
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
2017-01-06
drm: allow to use mmuless SoC
Benjamin Gaignard
2014-11-13
drm/cma: Introduce drm_gem_cma_dumb_create_internal()
Thierry Reding
2014-11-13
drm/doc: Add GEM/CMA helpers to kerneldoc
Thierry Reding
2014-09-30
drm: Pass dma-buf as argument to gem_prime_import_sg_table
Maarten Lankhorst
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-04-04
drm/cma: include <drm/drmP.h> as needed
Shawn Guo
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
2013-07-05
drm/cma: remove GEM CMA specific dma_buf functionality
Joonyoung Shim
2013-07-05
drm/cma: add low-level hook functions to use prime helpers
Joonyoung Shim
2013-06-08
drm: GEM CMA: Add DRM PRIME support
Laurent Pinchart
2013-02-17
drm/cma: add debugfs helpers
Rob Clark
2012-09-18
DRM: Add DRM GEM CMA helper
Sascha Hauer