index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_gem_cma_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
1
-605
/
+0
2022-06-08
drm/cma-helper: Describe what a "contiguous chunk" actually means
Daniel Thompson
1
-10
/
+29
2022-02-28
Backmerge tag 'v5.17-rc6' into drm-next
Dave Airlie
1
-0
/
+1
2022-02-11
drm/cma-helper: Set VM_DONTEXPAND for mmap
Robin Murphy
1
-0
/
+1
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-4
/
+5
2021-12-10
Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-48
/
+42
2021-12-02
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
1
-7
/
+10
2021-11-30
drm/cma-helper: Pass GEM CMA object in public interfaces
Thomas Zimmermann
1
-28
/
+24
2021-11-30
drm/cma-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-14
/
+9
2021-11-23
Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+5
2021-11-15
drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()
Thomas Zimmermann
1
-2
/
+7
2021-10-29
drm: import DMA_BUF module namespace
Marcel Ziswiler
1
-0
/
+1
2021-10-22
drm: Move GEM memory managers into modules
Thomas Zimmermann
1
-0
/
+4
2021-06-01
drm: Fix misleading documentation of drm_gem_cma_create()
Paul Cercueil
1
-2
/
+1
2021-05-28
drm: Fix for GEM buffers with write-combine memory
Paul Cercueil
1
-6
/
+9
2021-05-25
drm: Add support for GEM buffers backed by non-coherent memory
Paul Cercueil
1
-9
/
+29
2020-11-30
drm/cma-helper: Implement mmap as GEM CMA object functions
Thomas Zimmermann
1
-83
/
+38
2020-11-30
drm/cma-helper: Remove prime infix from GEM object functions
Thomas Zimmermann
1
-10
/
+10
2020-11-09
drm/cma-helper: Make default object functions the default
Thomas Zimmermann
1
-35
/
+12
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-3
/
+7
2020-11-09
drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
Thomas Zimmermann
1
-17
/
+0
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-20
/
+3
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
Thomas Zimmermann
1
-5
/
+4
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
1
-6
/
+7
2020-09-25
drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
Thomas Zimmermann
1
-4
/
+4
2020-09-10
drm: prime: add common helper to check scatterlist contiguity
Marek Szyprowski
1
-20
/
+3
2020-07-20
drm: core: Convert device logging to drm_* functions.
Suraj Upadhyay
1
-2
/
+2
2020-06-10
drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macro
Thomas Zimmermann
1
-1
/
+1
2020-06-10
drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_
Thomas Zimmermann
1
-5
/
+5
2020-05-19
drm: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-4
/
+4
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
1
-9
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-9
/
+1
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-5
/
+6
2019-05-08
drm/cma-helper: Fix drm_gem_cma_free_object()
Noralf Trønnes
1
-4
/
+4
2018-11-20
drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPS
Noralf Trønnes
1
-0
/
+86
2018-07-23
drm: Replace NULL with error value in drm_prime_pages_to_sg
Oleksandr Andrushchenko
1
-2
/
+2
2017-11-15
drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1
Liviu Dudau
1
-2
/
+20
2017-11-14
drm/gem-cma-helper: Fix kerneldocs
Ville Syrjälä
1
-1
/
+1
2017-11-11
drm/cma-helper: Remove drm_fb_cma_debugfs_show()
Noralf Trønnes
1
-26
/
+0
2017-11-11
drm/cma-helper: Add drm_gem_cma_print_info()
Noralf Trønnes
1
-0
/
+19
2017-10-16
drm/gem-cma-helper: Change the level of the allocation failure message
Boris BREZILLON
1
-1
/
+1
2017-08-16
drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()
drm-misc-next-2017-08-16
Noralf Trønnes
1
-35
/
+0
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
1
-1
/
+1
2017-07-26
drm: Update docs around gem_free_object
Daniel Vetter
1
-1
/
+1
2017-03-14
Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next
Daniel Vetter
1
-1
/
+1
2017-03-14
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
1
-0
/
+3
2017-02-28
drm: Introduce drm_gem_object_{get,put}()
Thierry Reding
1
-5
/
+5
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
1
-11
/
+82
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2017-01-06
drm: allow to use mmuless SoC
Benjamin Gaignard
1
-0
/
+71
[next]