aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_cma_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-48/+42
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectGravatar Thomas Zimmermann 1-7/+10
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesGravatar Thomas Zimmermann 1-28/+24
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsGravatar Thomas Zimmermann 1-14/+9
2021-11-23Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-0/+5
2021-11-15drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()Gravatar Thomas Zimmermann 1-2/+7
2021-10-29drm: import DMA_BUF module namespaceGravatar Marcel Ziswiler 1-0/+1
2021-10-22drm: Move GEM memory managers into modulesGravatar Thomas Zimmermann 1-0/+4
2021-06-01drm: Fix misleading documentation of drm_gem_cma_create()Gravatar Paul Cercueil 1-2/+1
2021-05-28drm: Fix for GEM buffers with write-combine memoryGravatar Paul Cercueil 1-6/+9
2021-05-25drm: Add support for GEM buffers backed by non-coherent memoryGravatar Paul Cercueil 1-9/+29
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsGravatar Thomas Zimmermann 1-83/+38
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsGravatar Thomas Zimmermann 1-10/+10
2020-11-09drm/cma-helper: Make default object functions the defaultGravatar Thomas Zimmermann 1-35/+12
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsGravatar Thomas Zimmermann 1-3/+7
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Gravatar Thomas Zimmermann 1-17/+0
2020-11-02Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 1-20/+3
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesGravatar Thomas Zimmermann 1-5/+4
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesGravatar Thomas Zimmermann 1-6/+7
2020-09-25drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverGravatar Thomas Zimmermann 1-4/+4
2020-09-10drm: prime: add common helper to check scatterlist contiguityGravatar Marek Szyprowski 1-20/+3
2020-07-20drm: core: Convert device logging to drm_* functions.Gravatar Suraj Upadhyay 1-2/+2
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroGravatar Thomas Zimmermann 1-1/+1
2020-06-10drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Gravatar Thomas Zimmermann 1-5/+5
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedGravatar Emil Velikov 1-4/+4
2019-06-19Merge v5.2-rc5 into drm-nextGravatar Daniel Vetter 1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-9/+1
2019-05-27drm: drop use of drmP.h in drm/*Gravatar Sam Ravnborg 1-5/+6
2019-05-08drm/cma-helper: Fix drm_gem_cma_free_object()Gravatar Noralf Trønnes 1-4/+4
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSGravatar Noralf Trønnes 1-0/+86
2018-07-23drm: Replace NULL with error value in drm_prime_pages_to_sgGravatar Oleksandr Andrushchenko 1-2/+2
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Gravatar Liviu Dudau 1-2/+20
2017-11-14drm/gem-cma-helper: Fix kerneldocsGravatar Ville Syrjälä 1-1/+1
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Gravatar Noralf Trønnes 1-26/+0
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Gravatar Noralf Trønnes 1-0/+19
2017-10-16drm/gem-cma-helper: Change the level of the allocation failure messageGravatar Boris BREZILLON 1-1/+1
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Gravatar Noralf Trønnes 1-35/+0
2017-08-11drm: Document device unplug infrastructureGravatar Daniel Vetter 1-1/+1
2017-07-26drm: Update docs around gem_free_objectGravatar Daniel Vetter 1-1/+1
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextGravatar Daniel Vetter 1-1/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversGravatar Daniel Vetter 1-0/+3
2017-02-28drm: Introduce drm_gem_object_{get,put}()Gravatar Thierry Reding 1-5/+5
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Gravatar Linus Torvalds 1-11/+82
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2017-01-06drm: allow to use mmuless SoCGravatar Benjamin Gaignard 1-0/+71
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsGravatar Daniel Vetter 1-11/+11
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAGravatar Chris Wilson 1-9/+3
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Gravatar Chris Wilson 1-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Gravatar Luis R. Rodriguez 1-7/+6
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Gravatar Eric Anholt 1-2/+2