Re: [PATCHv3 24/30] drm/omap: display: Add displays in sorted order to the panel_list

2017-03-30 Thread Tomi Valkeinen
On 29/03/17 13:08, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tuesday 28 Mar 2017 16:08:10 Tomi Valkeinen wrote: >> From: Peter Ujfalusi >> >> Keep the panel_list ordered according to aliases. The DRM connectors will >> be created following the panel_list. By keeping

Re: [PATCHv3 24/30] drm/omap: display: Add displays in sorted order to the panel_list

2017-03-29 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tuesday 28 Mar 2017 16:08:10 Tomi Valkeinen wrote: > From: Peter Ujfalusi > > Keep the panel_list ordered according to aliases. The DRM connectors will > be created following the panel_list. By keeping the list ordered the DRM > connectors will be created in

[PATCHv3 24/30] drm/omap: display: Add displays in sorted order to the panel_list

2017-03-28 Thread Tomi Valkeinen
From: Peter Ujfalusi Keep the panel_list ordered according to aliases. The DRM connectors will be created following the panel_list. By keeping the list ordered the DRM connectors will be created in the same order regardless of the driver probe order. Signed-off-by: Peter Ujfalusi Signed-off-by: