commit | 5d512fcdf6dc27ea34734fbdcab812d207b89ebb | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Fri Sep 07 17:53:38 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 26 14:58:33 2012 +0300 |
tree | 3ef5afc1bb9a87a6fe9c73a0e97c763f096fded0 | |
parent | 3224827630f1823c1181e562af9d36951f6cbd11 [diff] |
OMAPDSS: DPI: 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 DPI output, check whether the output entity connected to display is not NULL. Signed-off-by: Archit Taneja <archit@ti.com>