OMAPDSS: VENC: Replace dssdev->manager with dssdev->output->manager references
authorArchit Taneja <archit@ti.com>
Fri, 7 Sep 2012 12:24:27 +0000 (17:54 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:36 +0000 (14:58 +0300)
commit8f1f736c4521ac709d4c5805fa31d395804b162a
tree92a87012e2c3558669866f5ca01ba47201fae630
parent1db39c0a28483582c165b4f0ea07ca4a600a4630
OMAPDSS: VENC: 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 VENC output, check whether the output entity connected to
display is not NULL.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/venc.c