]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: DPI: Replace dssdev->manager with dssdev->output->manager references
authorArchit Taneja <archit@ti.com>
Fri, 7 Sep 2012 12:23:38 +0000 (17:53 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:33 +0000 (14:58 +0300)
commit5d512fcdf6dc27ea34734fbdcab812d207b89ebb
tree3ef5afc1bb9a87a6fe9c73a0e97c763f096fded0
parent3224827630f1823c1181e562af9d36951f6cbd11
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>
drivers/video/omap2/dss/dpi.c