From: Thierry Reding Date: Mon, 8 Dec 2014 15:32:47 +0000 (+0100) Subject: drm/tegra: dc: Unify enabling the display controller X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666cb873328b5075eb511662858bab02d084ff64;p=pandora-kernel.git drm/tegra: dc: Unify enabling the display controller Previously output drivers would enable continuous display mode and power up the display controller at various points during the initialization. This is suboptimal because it accesses display controller registers in output drivers and duplicates a bit of code. Move this code into the display controller driver and enable the display controller as the final step of the ->mode_set_nofb() implementation. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed