commit | 028791bb7d662550c7435d38daeb1f0b88ed5b17 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Jun 30 13:04:14 2014 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Jul 08 12:56:54 2014 +1000 |
tree | c8898a058a1a177d1390b6aa7b76fa65ac8b264c | |
parent | 276e526cfb257add928a57b196ea3e5c22b703ef [diff] |
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 <bskeggs@redhat.com>