commit | 49239503a364bf09845d03536b28ea434b92184d | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Nov 05 09:34:31 2015 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 03 17:38:22 2016 +0200 |
tree | 968c24c81c72d07d689821ddbecb57b00477d2a3 | |
parent | e5cbb6e8eaa6d4ae8b4acafd59e2e058105c8177 [diff] |
drm/omap: add dispc_channel_connected field to omap_dss_device We want to remove the 'struct omap_overlay_manager' from omap_dss_device. At the moment that field is used, among some other uses, to see if the omap_dss_device is connected to an overlay manager. To make it possible to remove the 'struct omap_overlay_manager' field, this patch adds 'bool dispc_channel_connected' field to track the connected-or-not status. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>