Re: [PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import

2020-04-22 Thread Marek Szyprowski
Hi Inki, On 22.04.2020 06:36, Inki Dae wrote: > 20. 4. 22. 오후 12:37에 Inki Dae 이(가) 쓴 글: >> 20. 4. 21. 오후 5:09에 Marek Szyprowski 이(가) 쓴 글: >>> On 21.04.2020 09:38, Inki Dae wrote: 20. 4. 7. 오후 10:42에 Marek Szyprowski 이(가) 쓴 글: > Explicitly check if the imported buffer has been mapped as co

Re: [PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import

2020-04-21 Thread Inki Dae
20. 4. 22. 오후 12:37에 Inki Dae 이(가) 쓴 글: > Hi Marek, > > 20. 4. 21. 오후 5:09에 Marek Szyprowski 이(가) 쓴 글: >> Hi Inki, >> >> On 21.04.2020 09:38, Inki Dae wrote: >>> 20. 4. 7. 오후 10:42에 Marek Szyprowski 이(가) 쓴 글: Explicitly check if the imported buffer has been mapped as contiguous in the

Re: [PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import

2020-04-21 Thread Inki Dae
Hi Marek, 20. 4. 21. 오후 5:09에 Marek Szyprowski 이(가) 쓴 글: > Hi Inki, > > On 21.04.2020 09:38, Inki Dae wrote: >> 20. 4. 7. 오후 10:42에 Marek Szyprowski 이(가) 쓴 글: >>> Explicitly check if the imported buffer has been mapped as contiguous in >>> the DMA address space, what is required by all Exynos DRM

Re: [PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import

2020-04-21 Thread Marek Szyprowski
Hi Inki, On 21.04.2020 09:38, Inki Dae wrote: > 20. 4. 7. 오후 10:42에 Marek Szyprowski 이(가) 쓴 글: >> Explicitly check if the imported buffer has been mapped as contiguous in >> the DMA address space, what is required by all Exynos DRM CRTC drivers. >> While touching this, set buffer flags depending o

Re: [PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import

2020-04-21 Thread Inki Dae
20. 4. 7. 오후 10:42에 Marek Szyprowski 이(가) 쓴 글: > Explicitly check if the imported buffer has been mapped as contiguous in > the DMA address space, what is required by all Exynos DRM CRTC drivers. > While touching this, set buffer flags depending on the availability of > the IOMMU. > > Signed-off

[PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import

2020-04-07 Thread Marek Szyprowski
Explicitly check if the imported buffer has been mapped as contiguous in the DMA address space, what is required by all Exynos DRM CRTC drivers. While touching this, set buffer flags depending on the availability of the IOMMU. Signed-off-by: Marek Szyprowski --- drivers/gpu/drm/exynos/exynos_drm