Re: [PATCH] drm: atomic-helper: make CRTC .atomic_enable() operation truly optional

2017-06-28 Thread Daniel Vetter
On Wed, Jun 28, 2017 at 11:23:44AM +0300, Laurent Pinchart wrote: > The CRTC .atomic_enable() helper operation is documented as optional, > but if not provided the helpers will call the .commit() operation > unconditionally, which is marked as deprecated for atomic drivers. Make > the

[PATCH] drm: atomic-helper: make CRTC .atomic_enable() operation truly optional

2017-06-28 Thread Laurent Pinchart
The CRTC .atomic_enable() helper operation is documented as optional, but if not provided the helpers will call the .commit() operation unconditionally, which is marked as deprecated for atomic drivers. Make the .atomic_enable() helper operation truly optional by calling the .commit() operation