From: Ben Skeggs Date: Mon, 30 Jun 2014 03:04:14 +0000 (+1000) Subject: drm/nouveau/kms: restore fbcon after display has been resumed X-Git-Tag: omap-for-v3.17/fixes-against-rc2~315^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028791bb7d662550c7435d38daeb1f0b88ed5b17;p=pandora-kernel.git drm/nouveau/kms: restore fbcon after display has been resumed Under some complicated circumstances (boot, suspend, resume, attach second display, suspend, resume, suspend, detach second display, resume, suspend, attach second display, resume), the fb_set_suspend() call can somehow result in a modeset being attempted before we're ready for it and things blow up in fun ways. Running display init first fixes the issue. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed