Re: [PATCH v2 16/60] drm/omap: dss: Create and use omapdss_device_is_registered()

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:34PM +0300, Laurent Pinchart wrote: > The omapdss_component_is_loaded() function test whether a component is > loaded by checking whether it is present in the displays list or the > outputs list. Simplify the implementation by checking for the component > in the

[PATCH v2 16/60] drm/omap: dss: Create and use omapdss_device_is_registered()

2018-05-26 Thread Laurent Pinchart
The omapdss_component_is_loaded() function test whether a component is loaded by checking whether it is present in the displays list or the outputs list. Simplify the implementation by checking for the component in the global omap_dss_device list. Signed-off-by: Laurent Pinchart