From: Rahul Sharma Date: Wed, 7 May 2014 11:51:29 +0000 (+0530) Subject: drm/exynos: allocate non-contigous buffers when iommu is enabled X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~17^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122beea84bb90236b1ae545f08267af58591c21b;p=pandora-kernel.git drm/exynos: allocate non-contigous buffers when iommu is enabled Allow to allocate non-contigous buffers when iommu is enabled. Currently, it tries to allocates contigous buffer which consistently fail for large buffers and then fall back to non contigous. Apart from being slow, this implementation is also very noisy and fills the screen with alloc fail logs. Signed-off-by: Rahul Sharma Reviewed-by: Sachin Kamat Signed-off-by: Inki Dae --- Reading git-diff-tree failed