Re: [PATCH 06/29] drm/omap: Remove connection checks from internal encoders .enable()

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 04:59:59PM +0200, Laurent Pinchart wrote: > The internal encoders return an error from their .enable() handler when > their are not connected to a dss manager. As the flag used is set and > cleared in the connect and disconnect handlers, this effectively checks > whethe

[PATCH 06/29] drm/omap: Remove connection checks from internal encoders .enable()

2018-12-05 Thread Laurent Pinchart
The internal encoders return an error from their .enable() handler when their are not connected to a dss manager. As the flag used is set and cleared in the connect and disconnect handlers, this effectively checks whether the omap_dss_device is connected. The .enable() handler is called from code