From: Archit Taneja Date: Fri, 7 Sep 2012 12:23:38 +0000 (+0530) Subject: OMAPDSS: DPI: Replace dssdev->manager with dssdev->output->manager references X-Git-Tag: v3.7-rc1~48^2~1^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d512fcdf6dc27ea34734fbdcab812d207b89ebb;p=pandora-kernel.git OMAPDSS: DPI: 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 DPI output, check whether the output entity connected to display is not NULL. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed