index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_gem_cma_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
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
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
1
-7
/
+6
2015-12-15
drm: Use the driver's gem_object_free function from CMA helpers.
Eric Anholt
1
-2
/
+2
2015-12-07
drm: Create a driver hook for allocating GEM object structs.
Eric Anholt
1
-4
/
+6
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-3
/
+0
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
1
-2
/
+0
2015-08-10
drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctl
Daniel Vetter
1
-6
/
+1
2015-07-22
drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show
Daniel Vetter
1
-3
/
+0
2015-06-15
drm/cma: Fix 64-bit size_t build warnings
Magnus Damm
1
-2
/
+2
2014-11-13
drm/cma: Remove call to drm_gem_free_mmap_offset()
Thierry Reding
1
-2
/
+0
2014-11-13
drm/cma: Introduce drm_gem_cma_dumb_create_internal()
Thierry Reding
1
-6
/
+39
2014-11-13
drm/doc: Add GEM/CMA helpers to kerneldoc
Thierry Reding
1
-40
/
+180
2014-09-30
drm: Pass dma-buf as argument to gem_prime_import_sg_table
Maarten Lankhorst
1
-3
/
+4
2014-07-21
drm: gem_cma: Use ERR_CAST helper
Sachin Kamat
1
-1
/
+1
2014-04-04
drm: gem-cma: Fix warnings due to improper printk formats
Laurent Pinchart
1
-3
/
+3
2014-04-04
drm/cma: Use dma_mmap_writecombine() to mmap buffer
Laurent Pinchart
1
-2
/
+11
2014-03-18
drm/cma: remove to make sg_table when gem cma is created
Joonyoung Shim
1
-19
/
+0
2013-09-05
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-21
/
+5
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-10
/
+0
2013-07-25
drm/gem: convert to new unified vma manager
David Herrmann
1
-11
/
+5
2013-07-16
drm/cma: Replace PTR_RET with PTR_ERR_OR_ZERO
Sachin Kamat
1
-1
/
+1
2013-07-05
drm/cma: remove GEM CMA specific dma_buf functionality
Joonyoung Shim
1
-286
/
+0
2013-07-05
drm/cma: add low-level hook functions to use prime helpers
Joonyoung Shim
1
-0
/
+79
2013-06-28
drm/gem: add mutex lock when using drm_gem_mmap_obj
YoungJun Cho
1
-0
/
+3
2013-06-11
drm/cma: Cocci spatch "ptr_ret.spatch"
Thomas Meyer
1
-4
/
+1
2013-06-08
drm: GEM CMA: Add DRM PRIME support
Laurent Pinchart
1
-3
/
+314
2013-06-08
drm: GEM CMA: Split object mapping into GEM mapping and CMA mapping
Laurent Pinchart
1
-7
/
+15
2013-06-08
drm: GEM CMA: Split object creation into object alloc and DMA memory alloc
Laurent Pinchart
1
-35
/
+48
2013-02-17
drm/cma: add debugfs helpers
Rob Clark
1
-0
/
+21
2012-09-18
DRM: Add DRM GEM CMA helper
Sascha Hauer
1
-0
/
+251