aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gem.c
AgeCommit message (Expand)Author
2015-11-03drm/exynos/gem: remove DMA-mapping hacks used for constructing page arrayMarek Szyprowski
2015-10-26drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim
2015-10-01drm/exynos: Staticize local function in exynos_drm_gem.cKrzysztof Kozlowski
2015-09-30drm/exynos: create a fake mmap offset with gem creationJoonyoung Shim
2015-09-30drm/exynos: remove call to drm_gem_free_mmap_offset()Joonyoung Shim
2015-09-30drm/exynos: cleanup line feed in exynos_drm_gem_get_ioctlJoonyoung Shim
2015-09-30drm/exynos: cleanup function calling written twiceJoonyoung Shim
2015-09-30drm/exynos: staticize exynos_drm_gem_init()Joonyoung Shim
2015-09-30drm/exynos: remove unnecessary NULL assignmentJoonyoung Shim
2015-09-30drm/exynos: fix missed calling of drm_prime_gem_destroy()Joonyoung Shim
2015-09-30drm/exynos: fix layering violation of addressJoonyoung Shim
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-08-31drm/exynos: fix build warning to exynos_drm_gem.cInki Dae
2015-08-16[media] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()Jan Kara
2015-08-16drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim
2015-08-16drm/exynos: use prime helpersJoonyoung Shim
2015-08-16drm/exynos: remove function roundup_gem_sizeJoonyoung Shim
2015-08-16drm/exynos: remove function update_vm_cache_attrJoonyoung Shim
2015-08-16drm/exynos: remove function check_gem_flagsJoonyoung Shim
2015-08-16drm/exynos: use ERR_PTR instead of NULL in exynos_drm_gem_initJoonyoung Shim
2015-08-16drm/exynos: stop copying sg tableJoonyoung Shim
2015-08-16drm/exynos: remove function exynos_drm_gem_map_bufJoonyoung Shim
2015-08-16drm/exynos: remove mutex locking in pagefault handlerJoonyoung Shim
2015-08-16drm/exynos: remove function convert_to_vm_err_msgJoonyoung Shim
2015-08-16drm/exynos: stop using sgtable in page fault handlerJoonyoung Shim
2014-09-20drm/exynos: use drm generic mmap interfaceInki Dae
2014-09-20drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae
2014-08-03drm/exynos: Remove unused variable in exynos_drm_gem.cSachin Kamat
2014-06-02drm/exynos: allocate non-contigous buffers when iommu is enabledRahul Sharma
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-01-07drm/exynos: use a new anon file for exynos gem mmaperInki Dae
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-02drm: fix typos in comment in /gpu/drm/exynosMasanari Iida
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-09-05drm/exynos: Consider fallback option to allocation failVikas Sajjan
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-08-21drm/gem: fix up flink name create raceDaniel Vetter
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann
2013-07-04drm/exynos: fix not to remain exynos_gem_obj as a leakYoungJun Cho
2013-06-28drm/exynos: make sure to handle an error case to vm_mmap callInki Dae
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-04-29drm/exynos: do not use generic flags to dumbInki Dae
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae
2013-02-21drm/exynos: fix wrong pointer access at vm close.YoungJun Cho
2013-01-04drm/exynos: change file license to GPLInki Dae
2012-12-13drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae
2012-12-05drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K
2012-12-04drm/exynos: add vm_ops to specific gem mmaperInki Dae
2012-12-04drm/exynos: add userptr feature for g2d moduleInki Dae