drm/exynos: Consider fallback option to allocation fail
authorVikas Sajjan <vikas.sajjan@linaro.org>
Fri, 23 Aug 2013 06:35:06 +0000 (12:05 +0530)
committerInki Dae <inki.dae@samsung.com>
Thu, 5 Sep 2013 04:43:45 +0000 (13:43 +0900)
commit3fec4532d112a4b8427ded6725a7f00d75023886
tree3d66d8de6c6831786e6a7ba4509a85c077db8fa0
parent562ad9f4a3e3870f4e3f00aac8277c49032bd6eb
drm/exynos: Consider fallback option to allocation fail

To address the case where physically contiguous memory
MAY NOT be a mandatory requirement for framebuffer for
the application calling exynos_drm_gem_dumb_create,
the patch adds a feature to get non physically contiguous
memory for framebuffer, if physically contiguous memory
allocation fails and if IOMMU is supported.

Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: Arun Kumar <arun.kk@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.c