From 122beea84bb90236b1ae545f08267af58591c21b Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Wed, 7 May 2014 17:21:29 +0530 Subject: [PATCH] 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-format-patch failed