aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_cma_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter1-11/+11
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson1-9/+3
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-7/+6
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt1-2/+2
2015-12-07drm: Create a driver hook for allocating GEM object structs.Eric Anholt1-4/+6
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+0
2015-10-16drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter1-2/+0
2015-08-10drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-6/+1
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter1-3/+0
2015-06-15drm/cma: Fix 64-bit size_t build warningsMagnus Damm1-2/+2
2014-11-13drm/cma: Remove call to drm_gem_free_mmap_offset()Thierry Reding1-2/+0
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-6/+39