[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-11-19 Thread Inki Dae
On 2014년 11월 19일 07:09, Tobias Jakobi wrote: > Inki Dae wrote: >> Hi Tomasz, >> >> Yes, of course. >> >> We will fix it soon. For this, I mentioned earlier, >> http://web.archiveorange.com/archive/v/hhSc574WhqJAKgdBq7KL >> >> Thanks, >> Inki Dae > > > Hello, > > it looks like libdrm git ma

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-11-19 Thread Tobias Jakobi
Inki Dae wrote: >> >> Hello, >> >> it looks like libdrm git master is still using the EXYNOS_GEM_MMAP ioctl >> that was removed by this patch. Is there any news on the patches for libdrm? > > The patch set already was posted. You can refer to below link, > http://www.spinics.net/lists/dri-de

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-11-18 Thread Tobias Jakobi
Inki Dae wrote: > Hi Tomasz, > > Yes, of course. > > We will fix it soon. For this, I mentioned earlier, > http://web.archiveorange.com/archive/v/hhSc574WhqJAKgdBq7KL > > Thanks, > Inki Dae Hello, it looks like libdrm git master is still using the EXYNOS_GEM_MMAP ioctl that was removed by thi

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-10-02 Thread Inki Dae
On 2014? 10? 01? 22:17, Tomasz Figa wrote: > Hi Inki, > > On 17.09.2014 15:48, Inki Dae wrote: >> This patch removes DRM_EXYNOS_GEM_MMAP ictrl feature specific >> to Exynos drm and instead uses drm generic mmap. > > It looks like libdrm_exynos is still using DRM_EXYNOS_GEM_MMAP, but this > patch

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-10-01 Thread Tomasz Figa
Hi Inki, On 17.09.2014 15:48, Inki Dae wrote: > This patch removes DRM_EXYNOS_GEM_MMAP ictrl feature specific > to Exynos drm and instead uses drm generic mmap. It looks like libdrm_exynos is still using DRM_EXYNOS_GEM_MMAP, but this patch just removes it. This basically means that any applicatio

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-09-18 Thread Inki Dae
Thanks for review. Below trivial things you pointed out will be fixed soon. On 2014? 09? 18? 13:56, Joonyoung Shim wrote: > Hi, > > On 09/17/2014 10:48 PM, Inki Dae wrote: >> This patch removes DRM_EXYNOS_GEM_MMAP ictrl feature specific >> to Exynos drm and instead uses drm generic mmap. >> >>

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-09-18 Thread Joonyoung Shim
Hi, On 09/17/2014 10:48 PM, Inki Dae wrote: > This patch removes DRM_EXYNOS_GEM_MMAP ictrl feature specific > to Exynos drm and instead uses drm generic mmap. > > We had used the interface specific to Exynos drm to do mmap directly, > not to use demand paging which maps each page with physical me

[PATCH 2/2] drm/exynos: use drm generic mmap interface

2014-09-17 Thread Inki Dae
This patch removes DRM_EXYNOS_GEM_MMAP ictrl feature specific to Exynos drm and instead uses drm generic mmap. We had used the interface specific to Exynos drm to do mmap directly, not to use demand paging which maps each page with physical memory at page fault handler. We don't need the specific