From: Thierry Reding Date: Wed, 29 Jul 2015 14:04:44 +0000 (+0200) Subject: drm/tegra: dsi: Restore DPMS X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=171e2e6dd912dac625e085919f0822cd94c04ff0;p=pandora-kernel.git drm/tegra: dsi: Restore DPMS In order to restore DPMS with atomic mode-setting, move all code from the ->mode_set() callback into ->enable(). At the same time, rename the ->prepare() callback to ->disable() to use the names preferred by atomic mode-setting. This simplifies the calling sequence and will allow DPMS to use runtime PM in subsequent patches. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed