index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/exynos: use drm generic mmap interface
Inki Dae
2014-09-20
1
-73
/
+16
*
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
Inki Dae
2014-09-20
1
-17
/
+0
*
drm/exynos: Remove unused variable in exynos_drm_gem.c
Sachin Kamat
2014-08-03
1
-3
/
+0
*
drm/exynos: allocate non-contigous buffers when iommu is enabled
Rahul Sharma
2014-06-02
1
-12
/
+10
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-01-29
1
-61
/
+13
|
\
|
*
drm/exynos: use a new anon file for exynos gem mmaper
Inki Dae
2014-01-07
1
-61
/
+13
*
|
Merge branch 'master' into for-next
Jiri Kosina
2013-12-19
1
-5
/
+0
|
\
\
|
|
/
|
*
drm: kill ->gem_init_object() and friends
David Herrmann
2013-10-09
1
-5
/
+0
*
|
drm: fix typos in comment in /gpu/drm/exynos
Masanari Iida
2013-12-02
1
-1
/
+1
|
/
*
drm/exynos: Consider fallback option to allocation fail
Vikas Sajjan
2013-09-05
1
-0
/
+13
*
drm/exynos: Remove redundant error messages
Sachin Kamat
2013-09-05
1
-3
/
+1
*
drm/gem: fix up flink name create race
Daniel Vetter
2013-08-21
1
-1
/
+1
*
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
2013-08-07
1
-20
/
+0
*
drm/gem: convert to new unified vma manager
David Herrmann
2013-07-25
1
-8
/
+6
*
drm/exynos: fix not to remain exynos_gem_obj as a leak
YoungJun Cho
2013-07-04
1
-4
/
+5
*
drm/exynos: make sure to handle an error case to vm_mmap call
Inki Dae
2013-06-28
1
-3
/
+3
*
drm/exynos: Remove tracking log functions
YoungJun Cho
2013-06-28
1
-23
/
+0
*
drm/exynos: do not use generic flags to dumb
Inki Dae
2013-04-29
1
-1
/
+2
*
drm/exynos: Add a new function to get gem buffer size
Inki Dae
2013-03-20
1
-0
/
+21
*
drm/exynos: fix wrong pointer access at vm close.
YoungJun Cho
2013-02-21
1
-12
/
+21
*
drm/exynos: change file license to GPL
Inki Dae
2013-01-04
1
-18
/
+4
*
drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute
Inki Dae
2012-12-13
1
-1
/
+1
*
drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer
Prathyush K
2012-12-05
1
-24
/
+13
*
drm/exynos: add vm_ops to specific gem mmaper
Inki Dae
2012-12-04
1
-5
/
+70
*
drm/exynos: add userptr feature for g2d module
Inki Dae
2012-12-04
1
-0
/
+123
*
drm: exynos: fix for mapping of dma buffers
Rahul Sharma
2012-12-04
1
-3
/
+25
*
drm/exynos: remove EXYNOS_BO_NONCONTIG type checking.
Inki Dae
2012-12-04
1
-16
/
+0
*
drm/exynos: add iommu support for g2d
Inki Dae
2012-12-04
1
-5
/
+5
*
drm/exynos: add iommu support for exynos drm framework
Inki Dae
2012-11-29
1
-195
/
+15
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-1
/
+1
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-1
/
+1
*
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-10-02
1
-1
/
+0
*
drm/exynos: fixed page align bug.
Inki Dae
2012-09-13
1
-1
/
+1
*
drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
Thomas Meyer
2012-09-13
1
-1
/
+1
*
drm/exynos: fixed exception to page allocation failure
Inki Dae
2012-07-27
1
-1
/
+1
*
drm/exynos: use __free_page() to deallocate memory
Inki Dae
2012-07-27
1
-15
/
+6
*
drm/exynos: do not release memory region from exporter.
Inki Dae
2012-07-27
1
-0
/
+10
*
drm/exynos: use alloc_page() to allocate pages.
Inki Dae
2012-07-27
1
-11
/
+3
*
drm/exynos: fix buffer pitch calculation
Cooper Yuan
2012-07-27
1
-1
/
+1
*
drm/exynos: Don't cast GEM object to Exynos GEM object when not needed
Laurent Pinchart
2012-06-05
1
-6
/
+3
*
drm/exynos: added a feature to get gem buffer information.
Inki Dae
2012-05-08
1
-0
/
+26
*
drm/exynos: added drm prime feature.
Inki Dae
2012-05-08
1
-2
/
+12
*
drm/exynos: added cache attribute support for gem.
Inki Dae
2012-05-08
1
-10
/
+39
*
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...
Dave Airlie
2012-04-27
1
-25
/
+5
|
\
|
*
drm/exynos: added missed vm area region mapping type.
Inki Dae
2012-04-23
1
-0
/
+2
|
*
drm/exynos: fixed exynos_drm_gem_map_pages bug.
Inki Dae
2012-04-23
1
-13
/
+3
|
*
drm/exynos: fixed duplicatd memory allocation bug.
Inki Dae
2012-04-23
1
-12
/
+0
*
|
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
1
-3
/
+1
|
/
*
drm/exynos: fixed page align and code clean.
Inki Dae
2012-04-03
1
-9
/
+36
*
drm/exynos: remove module of exynos drm subdrv
Joonyoung Shim
2012-03-20
1
-4
/
+0
[prev]
[next]