drm/exynos: remove EXYNOS_BO_NONCONTIG type checking.
authorInki Dae <inki.dae@samsung.com>
Fri, 2 Nov 2012 07:10:39 +0000 (16:10 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 4 Dec 2012 05:45:59 +0000 (14:45 +0900)
commitea6d66c3a797376d21b23dc8261733ce35970014
tree3ff7cdc220296bc3d27aa3decfcf07eca87227ea
parentd87342c10de68d75ecd976556299c68a300c3834
drm/exynos: remove EXYNOS_BO_NONCONTIG type checking.

With iommu support, non-continuous buffer also is supported so
this patch removes these checking from exynos_drm_gem_get/put_dma_addr
funciton.

This patch is based on the below patch set, "drm/exynos: add
iommu support for -next".
http://www.spinics.net/lists/dri-devel/msg29041.html

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.c