Re: [PATCH weston v2 1/3] compositor-drm: refactor destroy drm_fb function

2016-10-06 Thread Vincent ABRIOU
Looks good to me. Reviewed-by: Vincent Abriou On 10/03/2016 07:28 PM, Derek Foreman wrote: > On 30/09/16 04:28 AM, Tomohito Esaki wrote: >> The drm_fb destroy callback to mostly the same thing regardless of >> whether the buffer is a dumb buffer or gbm buffer. This patch

Re: [PATCH weston v2 1/3] compositor-drm: refactor destroy drm_fb function

2016-10-03 Thread Derek Foreman
On 30/09/16 04:28 AM, Tomohito Esaki wrote: The drm_fb destroy callback to mostly the same thing regardless of whether the buffer is a dumb buffer or gbm buffer. This patch refactors the common parts into a new function that can be called for both cases. Signed-off-by: Tomohito Esaki

Re: [PATCH weston v2 1/3] compositor-drm: refactor destroy drm_fb function

2016-09-30 Thread Eric Engestrom
On Fri, Sep 30, 2016 at 06:28:51PM +0900, Tomohito Esaki wrote: > The drm_fb destroy callback to mostly the same thing regardless of > whether the buffer is a dumb buffer or gbm buffer. This patch refactors > the common parts into a new function that can be called for both cases. > >

[PATCH weston v2 1/3] compositor-drm: refactor destroy drm_fb function

2016-09-30 Thread Tomohito Esaki
The drm_fb destroy callback to mostly the same thing regardless of whether the buffer is a dumb buffer or gbm buffer. This patch refactors the common parts into a new function that can be called for both cases. Signed-off-by: Tomohito Esaki --- libweston/compositor-drm.c | 31