[PATCH v4 0/9] drm/exynos: add async G2D execution to libdrm

2015-05-13 Thread Tobias Jakobi
Hello, this series exposes async execution of G2D command buffers to userspace. Also includes is a small performance analysis test, which can also be used to stress test the engine. The async operation is of course also tested. Please review and let me know what I can improve. v3: Rewrote

drm/exynos: add async G2D execution to libdrm (v3)

2015-04-23 Thread Tobias Jakobi
Hello, this series exposes async execution of G2D command buffers to userspace. Also includes is a small performance analysis test, which can also be used to stress test the engine. The async operation is of course also tested. Please review and let me know what I can improve. v3: Rewrote

Re: drm/exynos: add async G2D execution to libdrm

2015-03-21 Thread Tobias Jakobi
Tobias Jakobi wrote: Hello, this series exposes async execution of G2D command buffers to userspace. Also includes is a small performance analysis test, which can also be used to stress test the engine. The async operation is of course also tested. Please review and let me know what I

drm/exynos: add async G2D execution to libdrm

2015-03-20 Thread Tobias Jakobi
Hello, this series exposes async execution of G2D command buffers to userspace. Also includes is a small performance analysis test, which can also be used to stress test the engine. The async operation is of course also tested. Please review and let me know what I can improve. With best