[PATCH 08/29] drm/omap: Remove enable checks from display .enable() and .remove()

2018-12-05 Thread Laurent Pinchart
The displays (connectors, panels and encoders) bail out from their .enable() and .disable() handlers if the dss device is already enabled or disabled. Those safety checks are not needed when the functions are called through the omapdss_device_ops, as the .enable() and .disable() handlers are called

Re: [PATCH 08/29] drm/omap: Remove enable checks from display .enable() and .remove()

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:01PM +0200, Laurent Pinchart wrote: > The displays (connectors, panels and encoders) bail out from their > .enable() and .disable() handlers if the dss device is already enabled > or disabled. Those safety checks are not needed when the functions are > called thro