[PATCH v2] drm/exynos: add vm_ops to specific gem mmaper

2012-11-15 Thread Inki Dae
Changelog v2: call mutex_lock before drm_vm_open_locked is called. Changelog v1: This patch makes it takes a reference to gem object when specific gem mmap is requested. For this, it sets dev->driver->gem_vm_ops to vma->vm_ops. And this patch is based on exynos-drm-next-iommu branch of gi

[PATCH v2] drm/exynos: add vm_ops to specific gem mmaper

2012-11-14 Thread Inki Dae
Changelog v2: call mutex_lock before drm_vm_open_locked is called. Changelog v1: This patch makes it takes a reference to gem object when specific gem mmap is requested. For this, it sets dev->driver->gem_vm_ops to vma->vm_ops. And this patch is based on exynos-drm-next-iommu branch of gi