commit | 4e0bb06c0b9a025a5a52f93ecef7658d8f8c3c06 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Mar 02 02:15:36 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:26 2018 +0300 |
tree | df530ac06e9d47d0afb66e10007b50d6c24fa563 | |
parent | b9f4d2ebf641d157be89a68227a5feb00c961d10 [diff] |
drm/omap: dss: Split omapdss_register_display() Split the function into omapdss_display_init() to perform display-specific initialization of the omap_dss_device, and omapdss_register_display() to register the device. The latter will then be replaced by more generic registration. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>