summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gem.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-21local: drm/exynos: fix dmabuf variable nameChanho Park1-1/+1
2014-11-21drm/gem: fix up flink name create raceDaniel Vetter1-1/+1
2014-11-21drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-20/+0
2014-11-21drm/gem: convert to new unified vma managerDavid Herrmann1-8/+6
2014-11-18drm/exynos: use a new anon file for exynos gem mmaperInki Dae1-61/+13
2014-11-18drm/exynos: add exynos_drm_gem_get_dmabuf functionInki Dae1-0/+17
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-23/+0
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-04-29drm/exynos: do not use generic flags to dumbInki Dae1-1/+2
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae1-0/+21
2013-02-21drm/exynos: fix wrong pointer access at vm close.YoungJun Cho1-12/+21
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
2012-12-13drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae1-1/+1
2012-12-05drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K1-24/+13
2012-12-04drm/exynos: add vm_ops to specific gem mmaperInki Dae1-5/+70
2012-12-04drm/exynos: add userptr feature for g2d moduleInki Dae1-0/+123
2012-12-04drm: exynos: fix for mapping of dma buffersRahul Sharma1-3/+25
2012-12-04drm/exynos: remove EXYNOS_BO_NONCONTIG type checking.Inki Dae1-16/+0
2012-12-04drm/exynos: add iommu support for g2dInki Dae1-5/+5
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae1-195/+15
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-13drm/exynos: fixed page align bug.Inki Dae1-1/+1
2012-09-13drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer1-1/+1
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae1-1/+1
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae1-15/+6
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae1-0/+10
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae1-11/+3
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan1-1/+1
2012-06-05drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart1-6/+3
2012-05-08drm/exynos: added a feature to get gem buffer information.Inki Dae1-0/+26
2012-05-08drm/exynos: added drm prime feature.Inki Dae1-2/+12
2012-05-08drm/exynos: added cache attribute support for gem.Inki Dae1-10/+39
2012-04-27Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie1-25/+5
2012-04-23drm/exynos: added missed vm area region mapping type.Inki Dae1-0/+2
2012-04-23drm/exynos: fixed exynos_drm_gem_map_pages bug.Inki Dae1-13/+3
2012-04-23drm/exynos: fixed duplicatd memory allocation bug.Inki Dae1-12/+0
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-03drm/exynos: fixed page align and code clean.Inki Dae1-9/+36
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim1-4/+0
2012-03-20drm/exynos: added new funtion to get/put dma address.Inki Dae1-0/+58
2012-03-20drm/exynos: update gem and buffer framework.Inki Dae1-29/+272
2012-03-05drm: drop setting vm_file to filpDave Airlie1-1/+0
2011-12-29drm/exynos: Split creation of gem object and gem handleJoonyoung Shim1-54/+76
2011-12-29drm/exynos: Fix a fake mmap offset creationJoonyoung Shim1-24/+14
2011-12-29drm/exynos: gem code cleanupJoonyoung Shim1-57/+56
2011-11-17drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim1-10/+5
2011-11-15drm/exynos: changed buffer structure.Inki Dae1-12/+13
2011-11-15drm/exynos: use gem create function genericallyInki Dae1-30/+49