Re: [PATCH 2/6] drm/exynos: ipp: Add IPP v2 framework

2017-09-20 Thread Marek Szyprowski
Hi Tobias, Thanks for testing! On 2017-09-15 19:18, Tobias Jakobi wrote: Hello Marek, Marek Szyprowski wrote: This patch adds Exynos IPP v2 subsystem and userspace API. New userspace API is focused ONLY on memory-to-memory image processing. The two remainging IPP operation modes (framebuffer

Re: [PATCH 2/6] drm/exynos: ipp: Add IPP v2 framework

2017-09-20 Thread Hoegeun Kwon
Hi Marek, Tested-by: Hoegeun Kwon Best regards, Hoegeun On 09/12/2017 05:08 PM, Marek Szyprowski wrote: This patch adds Exynos IPP v2 subsystem and userspace API. New userspace API is focused ONLY on memory-to-memory image processing. The two remainging IPP operation modes (framebuffer wri

Re: [PATCH 2/6] drm/exynos: ipp: Add IPP v2 framework

2017-09-15 Thread Tobias Jakobi
Hello Marek, Marek Szyprowski wrote: > This patch adds Exynos IPP v2 subsystem and userspace API. > > New userspace API is focused ONLY on memory-to-memory image processing. > The two remainging IPP operation modes (framebuffer writeback and > local-path output with image processing) can be impl

Re: [PATCH 2/6] drm/exynos: ipp: Add IPP v2 framework

2017-09-12 Thread Marek Szyprowski
Hi Emil, On 2017-09-12 17:02, Emil Velikov wrote: Hi Marek, Just a couple of small suggestions - this is by no means a proper review. Thanks, I really appreciate your suggestions! I've tried to make userspace API 32/64bit agnostic, but it looks that I still need to learn a bit in this area.

Re: [PATCH 2/6] drm/exynos: ipp: Add IPP v2 framework

2017-09-12 Thread Emil Velikov
Hi Marek, Just a couple of small suggestions - this is by no means a proper review. On 12 September 2017 at 09:08, Marek Szyprowski wrote: > This patch adds Exynos IPP v2 subsystem and userspace API. > > New userspace API is focused ONLY on memory-to-memory image processing. > The two remainging

[PATCH 2/6] drm/exynos: ipp: Add IPP v2 framework

2017-09-12 Thread Marek Szyprowski
This patch adds Exynos IPP v2 subsystem and userspace API. New userspace API is focused ONLY on memory-to-memory image processing. The two remainging IPP operation modes (framebuffer writeback and local-path output with image processing) can be implemented using standard DRM features: writeback co