[PATCH 6/9] drm/exynos: switch to new buffer allocation

2015-10-20 Thread Joonyoung Shim
On 10/19/2015 09:20 PM, Inki Dae wrote: > Hi, > > How about combining patch 5 and 6? > > Patch 5 just introduces new internal API but these API aren't used anywhere > in patch 5. > I split it to be easy to understand changes of codes on patch file. It's no matter to me to combine them.

[PATCH 6/9] drm/exynos: switch to new buffer allocation

2015-10-19 Thread Inki Dae
Hi, How about combining patch 5 and 6? Patch 5 just introduces new internal API but these API aren't used anywhere in patch 5. Thanks, Inki Dae 2015년 10월 13일 16:00에 Joonyoung Shim 이(가) 쓴 글: > The buffer allocation using DMA mapping API can't support non-continuous > buffer on

[PATCH 6/9] drm/exynos: switch to new buffer allocation

2015-10-13 Thread Joonyoung Shim
The buffer allocation using DMA mapping API can't support non-continuous buffer on non-iommu and cachable buffer, so switch to new buffer allocation using drm_gem_get/put_pages() and doesn't use DMA mapping API for mmap except allocation of physically continuous buffer on non-iommu.