drm/omap: display: Add displays in sorted order to the panel_list
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 11 Aug 2016 07:20:23 +0000 (10:20 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Apr 2017 09:36:40 +0000 (12:36 +0300)
commit389c5763beda623879095a10a428a02ae138bbf1
tree47ebccf516958f02749630d3b4b3edf8ef56b0dc
parenta09d2bc1503508c17ef3a71c6b1905e3660f3029
drm/omap: display: Add displays in sorted order to the panel_list

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 <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/display.c