Re: [PATCH] media: vb2: add length check for mmap

2013-04-17 Thread 김승우
Oops, there is a issue. vb2-core does not PAGE_ALIGN to length of buffer, but mmap() always do PAGE_ALIGN to its length. So non PAGE_ALIGN length of buffer from driver side can not mmaped with this patch. On 2013년 04월 12일 15:03, Marek Szyprowski wrote: On 4/12/2013 5:57 AM, Seung-Woo Kim

Re: [RFC][PATCH 0/2] media: fix polling not to wait if a buffer is available

2013-05-06 Thread 김승우
Ping this patch-set. The first patch for vb2 was acked by Marek. any suggestion for the second patch? Regards, - Seung-Woo Kim On 2013년 04월 01일 15:40, Seung-Woo Kim wrote: As poll behavior described in following link, polling needs to just return if already some buffer is in done list.

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-05-31 Thread 김승우
Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote: On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim sw0312@samsung.com wrote: importer private data in dma-buf attachment can be used by importer to reimport same dma-buf. Seung-Woo Kim (2): dma-buf:

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-06-04 Thread 김승우
On 2013년 06월 01일 00:29, Daniel Vetter wrote: On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote: On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim sw0312@samsung.com wrote: importer private data

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-06-04 Thread 김승우
On 2013년 06월 04일 21:55, Daniel Vetter wrote: On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote: On 2013년 06월 01일 00:29, Daniel Vetter wrote: On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote

Re: [RFC][PATCH 1/2] dma-buf: add importer private data to attachment

2013-06-06 Thread 김승우
Hello Maarten, On 2013년 06월 05일 22:23, Maarten Lankhorst wrote: Op 31-05-13 10:54, Seung-Woo Kim schreef: dma-buf attachment has only exporter private data, but importer private data can be useful for importer especially to re-import the same dma-buf. To use importer private data in

Re: [RFC][PATCH 1/2] dma-buf: add importer private data to attachment

2013-06-09 Thread 김승우
On 2013년 06월 07일 20:24, Maarten Lankhorst wrote: Op 07-06-13 04:32, 김승우 schreef: Hello Maarten, On 2013년 06월 05일 22:23, Maarten Lankhorst wrote: Op 31-05-13 10:54, Seung-Woo Kim schreef: dma-buf attachment has only exporter private data, but importer private data can be useful

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-04 Thread 김승우
Hi Inki, On 2013년 02월 05일 12:03, Inki Dae wrote: 2013/2/4 Sachin Kamat sachin.ka...@linaro.org: On 1 February 2013 18:28, Inki Dae daei...@gmail.com wrote: 2013. 2. 1. 오후 8:52 Inki Dae inki@samsung.com 작성: -Original Message- From: linux-media-ow...@vger.kernel.org

Re: [PATCH v2 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-06 Thread 김승우
On 2013년 02월 06일 17:51, Inki Dae wrote: -Original Message- From: Sachin Kamat [mailto:sachin.ka...@linaro.org] Sent: Wednesday, February 06, 2013 5:03 PM To: Inki Dae Cc: linux-media@vger.kernel.org; dri-de...@lists.freedesktop.org; devicetree-disc...@lists.ozlabs.org;

Re: [PATCH] [media] gscaler: mark it as BROKEN

2012-09-16 Thread 김승우
Hi Mauro, On 2012년 09월 16일 00:38, Mauro Carvalho Chehab wrote: -EMISSINGMAKEFILE Without a Makefile, the driver will not compile, causing breakages for arm exynos5 sub-architecture. Cc: Shaik Ameer Basha shaik.am...@samsung.com Cc: Sungchun Kang sungchun.k...@samsung.com Cc: Seung-Woo