Re: [PATCH 07/24] drm/omap: Manage the usable omap_dss_device list within omap_drm_private

2018-02-27 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday, 12 February 2018 11:44:37 EET Tomi Valkeinen 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 s

[PATCH 07/24] drm/omap: Manage the usable omap_dss_device list within omap_drm_private

2018-02-12 Thread Tomi Valkeinen
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 became irrelevant: We are