commit | 1db39c0a28483582c165b4f0ea07ca4a600a4630 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Tue Sep 04 11:54:32 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 26 14:58:35 2012 +0300 |
tree | e2ab82762c2dd804cf733c7e9a96a1888c161032 | |
parent | 7d6069e571d7c0882210ab5e885de4a940ef9391 [diff] |
OMAPDSS: RFBI: Replace dssdev->manager with dssdev->output->manager references With addition of output entities, a device connects to an output, and an output connects to overlay manager. Replace the dssdev->manager references with dssdev->output->manager to access the manager correctly. When enabling the RFBI output, check whether the output entity connected to display is not NULL. Signed-off-by: Archit Taneja <archit@ti.com>