Re: [PATCH 1/8] drm: arcpgu: Remove CRTC .commit() helper operation

2017-06-28 Thread Alexey Brodkin
Hi Laurent, On Wed, 2017-06-28 at 00:16 +0300, Laurent Pinchart wrote: > The CRTC helper .commit() operation is legacy code, the atomic helpers > prefer the .enable() operation. As the arcpgu driver implements the > .enable() operation, .commit() is never used and can be removed. > > Signed-off-b

[PATCH 1/8] drm: arcpgu: Remove CRTC .commit() helper operation

2017-06-27 Thread Laurent Pinchart
The CRTC helper .commit() operation is legacy code, the atomic helpers prefer the .enable() operation. As the arcpgu driver implements the .enable() operation, .commit() is never used and can be removed. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/arc/arcpgu_crtc.c | 1 - 1 file changed,

[PATCH 1/8] drm: arcpgu: Remove CRTC .commit() helper operation

2017-06-27 Thread Laurent Pinchart
The CRTC helper .commit() operation is legacy code, the atomic helpers prefer the .enable() operation. As the arcpgu driver implements the .enable() operation, .commit() is never used and can be removed. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/arc/arcpgu_crtc.c | 1 - 1 file changed,