Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-27 Thread Emil Velikov
On 27 November 2015 at 02:11, Hyungwon Hwang wrote: > Dear All, > > On Thu, 26 Nov 2015 16:35:29 + > Emil Velikov wrote: > >> Hi Tobias, >> >> On 22 November 2015 at 18:48, Tobias Jakobi >> wrote: >> > Hello,

Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-26 Thread Hyungwon Hwang
Dear All, On Thu, 26 Nov 2015 16:35:29 + Emil Velikov wrote: > Hi Tobias, > > On 22 November 2015 at 18:48, Tobias Jakobi > wrote: > > Hello, > > > > this series mostly touches G2D code. It introduces the following: > > > > (1)

Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-26 Thread Emil Velikov
Hi Tobias, On 22 November 2015 at 18:48, Tobias Jakobi wrote: > Hello, > > this series mostly touches G2D code. It introduces the following: > > (1) drmHandleEvent2() is added to enable processing of vendor-specific > events. This will be used to expose

Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-22 Thread Hyungwon Hwang
Hello Tobias, I reviewed this whole patchset, and it looks good to me. Also I tested it on my odroid u3, and all works fine. Thanks you for your effort. Tested-by: Hyungwon Hwang Reviewed-by: Hyungwon Hwang BRs, Hyungwon Hwang On Sun, 22 Nov

Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-22 Thread Inki Dae
2015년 11월 23일 11:35에 Hyungwon Hwang 이(가) 쓴 글: > Hello Tobias, > > I reviewed this whole patchset, and it looks good to me. Also I tested > it on my odroid u3, and all works fine. Thanks you for your effort. > > Tested-by: Hyungwon Hwang > Reviewed-by: Hyungwon Hwang

[PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-22 Thread Tobias Jakobi
Hello, this series mostly touches G2D code. It introduces the following: (1) drmHandleEvent2() is added to enable processing of vendor-specific events. This will be used to expose asynchronous operation of the G2D. The necessary kernel infrastructure is already there since a lot of