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

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/hdmi.c
This page took 0.025578 seconds and 5 git commands to generate.