Re: [PATCH v2 0/9] Exynos DRM: rewrite IPP subsystem and userspace API

2017-10-13 Thread Tobias Jakobi
Hello everyone, I have finished some first (working) version of my mpv video backend for IPPv2. You can find the tree here: https://github.com/tobiasjakobi/mpv I've also created some RFC pull request upstream, to get some input on the current patches: https://github.com/mpv-player/mpv/pull/4986

Re: [PATCH v2 0/9] Exynos DRM: rewrite IPP subsystem and userspace API

2017-10-01 Thread Marek Szyprowski
Hi Tobias, On 2017-09-29 15:24, Tobias Jakobi wrote: Hello Marek, I just tested this series, and I noticed a lot of these lines: exynos-sysmmu 11a4.sysmmu: restoring state exynos-sysmmu 11a4.sysmmu: saving state I guess it would make sense to enable autosuspend for runtime PM in each

Re: [PATCH v2 0/9] Exynos DRM: rewrite IPP subsystem and userspace API

2017-09-29 Thread Tobias Jakobi
Hello Marek, I just tested this series, and I noticed a lot of these lines: > exynos-sysmmu 11a4.sysmmu: restoring state > exynos-sysmmu 11a4.sysmmu: saving state I guess it would make sense to enable autosuspend for runtime PM in each of the hw drivers. I've just send a patch that does