]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit690024254ab6e97299227776a6753d2333194f9f
tree3d66d8de6c6831786e6a7ba4509a85c077db8fa0
parent1a47f9e7f2f62b792048c11481fd71d9d1ff4fdd
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