]> Pileus Git - ~andy/linux/commit
OMAPDSS: SDI: Replace dssdev->manager with dssdev->output->manager references
authorArchit Taneja <archit@ti.com>
Tue, 4 Sep 2012 06:19:30 +0000 (11:49 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:35 +0000 (14:58 +0300)
commit7d6069e571d7c0882210ab5e885de4a940ef9391
treeac906ea6b80d6c37ed53e85dc0dc3d186082381d
parenteea8340a1da581249a14bc03260af65edf4ededa
OMAPDSS: SDI: 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 SDI output, check whether the output entity connected to
display is not NULL.

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