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
/
exynos
/
exynos_drm_gem.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-07-24
drm/exynos: gem: Simplify access to exynos GEM objects
Marek Szyprowski
1
-15
/
+9
2018-05-09
gpu: drm: exynos: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+2
2017-12-07
drm/exynos: Fix dma-buf import
Marek Szyprowski
1
-0
/
+2
2017-08-16
drm/exynos: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
1
-5
/
+0
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-1
/
+1
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-1
/
+1
2016-05-10
drm/exynos: use directly DMA mapping APIs on g2d
Joonyoung Shim
1
-10
/
+0
2016-05-10
drm/exynos: support gem_prime_mmap
Joonyoung Shim
1
-0
/
+2
2016-03-13
drm/exynos: add DRM_EXYNOS_GEM_MAP ioctl
Joonyoung Shim
1
-0
/
+4
2015-12-13
drm/exynos: gem: remove old unused prototypes
Marek Szyprowski
1
-28
/
+0
2015-10-26
drm/exynos: cleanup name of gem object for exynos_drm
Joonyoung Shim
1
-8
/
+7
2015-09-30
drm/exynos: staticize exynos_drm_gem_init()
Joonyoung Shim
1
-4
/
+0
2015-09-30
drm/exynos: fix missed calling of drm_prime_gem_destroy()
Joonyoung Shim
1
-0
/
+2
2015-08-16
drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c
Joonyoung Shim
1
-25
/
+15
2015-08-16
drm/exynos: use prime helpers
Joonyoung Shim
1
-0
/
+9
2015-08-16
drm/exynos: remove unused fields of struct exynos_drm_gem_buf
Joonyoung Shim
1
-7
/
+0
2015-08-16
drm/exynos: stop copying sg table
Joonyoung Shim
1
-2
/
+0
2015-06-20
drm/exynos: Remove unused vma field of exynos_drm_gem_obj
Krzysztof Kozlowski
1
-2
/
+0
2015-02-07
drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage
Carlo Caione
1
-0
/
+2
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
1
-0
/
+2
2014-09-20
drm/exynos: use drm generic mmap interface
Inki Dae
1
-10
/
+0
2014-09-20
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
Inki Dae
1
-4
/
+0
2014-01-29
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+3
2014-01-07
drm/exynos: use a new anon file for exynos gem mmaper
Inki Dae
1
-0
/
+3
2013-12-19
Merge branch 'master' into for-next
Jiri Kosina
1
-3
/
+0
2013-12-02
drm: fix typos in comment in /gpu/drm/exynos
Masanari Iida
1
-1
/
+1
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-3
/
+0
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-9
/
+0
2013-03-20
drm/exynos: Add a new function to get gem buffer size
Inki Dae
1
-0
/
+5
2013-01-04
drm/exynos: change file license to GPL
Inki Dae
1
-18
/
+4
2012-12-13
drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute
Inki Dae
1
-0
/
+2
2012-12-05
drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer
Prathyush K
1
-4
/
+0
2012-12-04
drm/exynos: add userptr feature for g2d module
Inki Dae
1
-0
/
+45
2012-12-04
drm/exynos: add iommu support for g2d
Inki Dae
1
-3
/
+3
2012-11-29
drm/exynos: add iommu support for exynos drm framework
Inki Dae
1
-0
/
+1
2012-07-27
drm/exynos: fixed a comment to gem size.
Inki Dae
1
-1
/
+2
2012-05-08
drm/exynos: added a feature to get gem buffer information.
Inki Dae
1
-0
/
+4
2012-05-08
drm/exynos: added drm prime feature.
Inki Dae
1
-0
/
+8
2012-04-03
drm/exynos: fixed page align and code clean.
Inki Dae
1
-0
/
+2
2012-03-20
drm/exynos: added new funtion to get/put dma address.
Inki Dae
1
-0
/
+18
2012-03-20
drm/exynos: update gem and buffer framework.
Inki Dae
1
-1
/
+10
2011-12-29
drm/exynos: Split creation of gem object and gem handle
Joonyoung Shim
1
-3
/
+4
2011-12-29
drm/exynos: gem code cleanup
Joonyoung Shim
1
-25
/
+25
2011-11-15
drm/exynos: changed buffer structure.
Inki Dae
1
-3
/
+19
2011-11-15
drm/exynos: use gem create function generically
Inki Dae
1
-3
/
+3
2011-10-05
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
Inki Dae
1
-0
/
+107