index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-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-08
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-20
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()
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-24
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
2016-12-30
drm/cma-helpers: Use recommened kerneldoc for struct member refs
Daniel Vetter
1
-11
/
+11
2016-06-01
drm: Wrap direct calls to driver->gem_free_object from CMA
Chris Wilson
1
-9
/
+3
[next]