Re: [PATCH 02/36] drm/plane: Make ->atomic_update() mandatory

2015-01-23 Thread Thierry Reding
On Tue, Jan 20, 2015 at 08:51:15AM -0500, Rob Clark wrote: > On Tue, Jan 20, 2015 at 5:48 AM, Thierry Reding > wrote: > > From: Thierry Reding > > > > There is no use-case where it would be useful for drivers not to > > implement this function and the transitional plane helpers already > >

Re: [PATCH 02/36] drm/plane: Make -atomic_update() mandatory

2015-01-23 Thread Thierry Reding
On Tue, Jan 20, 2015 at 08:51:15AM -0500, Rob Clark wrote: On Tue, Jan 20, 2015 at 5:48 AM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com There is no use-case where it would be useful for drivers not to implement this function and the transitional

Re: [PATCH 02/36] drm/plane: Make ->atomic_update() mandatory

2015-01-20 Thread Rob Clark
On Tue, Jan 20, 2015 at 5:48 AM, Thierry Reding wrote: > From: Thierry Reding > > There is no use-case where it would be useful for drivers not to > implement this function and the transitional plane helpers already > require drivers to provide an implementation. > > Signed-off-by: Thierry

Re: [PATCH 02/36] drm/plane: Make ->atomic_update() mandatory

2015-01-20 Thread Daniel Vetter
On Tue, Jan 20, 2015 at 11:48:21AM +0100, Thierry Reding wrote: > From: Thierry Reding > > There is no use-case where it would be useful for drivers not to > implement this function and the transitional plane helpers already > require drivers to provide an implementation. > > Signed-off-by:

[PATCH 02/36] drm/plane: Make ->atomic_update() mandatory

2015-01-20 Thread Thierry Reding
From: Thierry Reding There is no use-case where it would be useful for drivers not to implement this function and the transitional plane helpers already require drivers to provide an implementation. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_atomic_helper.c | 2 +- 1 file changed,

Re: [PATCH 02/36] drm/plane: Make -atomic_update() mandatory

2015-01-20 Thread Daniel Vetter
On Tue, Jan 20, 2015 at 11:48:21AM +0100, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com There is no use-case where it would be useful for drivers not to implement this function and the transitional plane helpers already require drivers to provide an implementation.

[PATCH 02/36] drm/plane: Make -atomic_update() mandatory

2015-01-20 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com There is no use-case where it would be useful for drivers not to implement this function and the transitional plane helpers already require drivers to provide an implementation. Signed-off-by: Thierry Reding tred...@nvidia.com ---

Re: [PATCH 02/36] drm/plane: Make -atomic_update() mandatory

2015-01-20 Thread Rob Clark
On Tue, Jan 20, 2015 at 5:48 AM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com There is no use-case where it would be useful for drivers not to implement this function and the transitional plane helpers already require drivers to provide an