aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gem.c
AgeCommit message (Expand)Author
2012-09-13drm/exynos: fixed page align bug.Inki Dae
2012-09-13drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan
2012-06-05drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart
2012-05-08drm/exynos: added a feature to get gem buffer information.Inki Dae
2012-05-08drm/exynos: added drm prime feature.Inki Dae
2012-05-08drm/exynos: added cache attribute support for gem.Inki Dae
2012-04-27Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie
2012-04-23drm/exynos: added missed vm area region mapping type.Inki Dae
2012-04-23drm/exynos: fixed exynos_drm_gem_map_pages bug.Inki Dae
2012-04-23drm/exynos: fixed duplicatd memory allocation bug.Inki Dae
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-03drm/exynos: fixed page align and code clean.Inki Dae
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim
2012-03-20drm/exynos: added new funtion to get/put dma address.Inki Dae
2012-03-20drm/exynos: update gem and buffer framework.Inki Dae
2012-03-05drm: drop setting vm_file to filpDave Airlie
2011-12-29drm/exynos: Split creation of gem object and gem handleJoonyoung Shim
2011-12-29drm/exynos: Fix a fake mmap offset creationJoonyoung Shim
2011-12-29drm/exynos: gem code cleanupJoonyoung Shim
2011-11-17drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim
2011-11-15drm/exynos: changed buffer structure.Inki Dae
2011-11-15drm/exynos: use gem create function genericallyInki Dae
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae