]> 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)
commitb379dc778cd784fbe40122c151cb07df2f40bb4d
tree16ccbdce51a02262c478eaa8be489a7ad75aac33
parent61f2a2c025fb484afe7a87ce201897171a4dc3fb
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