]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitec8bfd361b53f06afcb68d29634f38f489ff646a
tree16ccbdce51a02262c478eaa8be489a7ad75aac33
parent6262f59ad7ca499253068687d273c7a02b6cd4c3
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