commit | 0f0e4e3cd8030c3056e8f43196a112e887a545f9 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Mon Sep 03 17:14:09 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 26 14:58:38 2012 +0300 |
tree | 30e0c84c0a5632997a1285dd90778220931d9398 | |
parent | 80d81d64d6272a622ee6c9d0de871507daa52c89 [diff] |
OMAPDSS: APPLY: Remove omap_dss_device references from dss_ovl_enable/disable An overlay isn't allowed to be enabled/disabled if it isn't connected to an omap_dss_device. This requirement isn't needed any more. An overlay can be enabled/disabled as long as it has an output connected to it. The output may not be connected to a device, but we can be assured that the connected manager's output is in use by an output interface. Signed-off-by: Archit Taneja <archit@ti.com>