Re: [PATCH v2 02/60] drm/omap: Manage the usable omap_dss_device list within omap_drm_private

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:20PM +0300, Laurent Pinchart wrote: > From: Peter Ujfalusi > > Instead of reaching back to DSS to iterate through the dss_devices every > time, use an internal array where we store the available and usable > dss_devices. > > At the same time remove the

[PATCH v2 02/60] drm/omap: Manage the usable omap_dss_device list within omap_drm_private

2018-05-26 Thread Laurent Pinchart
From: Peter Ujfalusi Instead of reaching back to DSS to iterate through the dss_devices every time, use an internal array where we store the available and usable dss_devices. At the same time remove the omapdss_device_is_connected() check from omap_modeset_init() as it