https://github.com/torvalds/linux
Revision 6fbb702e27d78ad2458df048b58cca3454bc0965 authored by Ben Skeggs on 02 October 2014, 03:22:27 UTC, committed by Ben Skeggs on 02 October 2014, 03:32:24 UTC
Linus commit 05c63c2ff23a80b654d6c088ac3ba21628db0173 modified the
runtime suspend/resume paths to skip over display-related tasks to
avoid locking issues on resume.

Unfortunately, this resulted in the display hardware being left in
a partially initialised state, preventing subsequent modesets from
completing.

This commit unifies the (many) suspend/resume paths, bringing back
display (and fbcon) handling in the runtime paths.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent 634ffcc
History
Tip revision: 6fbb702e27d78ad2458df048b58cca3454bc0965 authored by Ben Skeggs on 02 October 2014, 03:22:27 UTC
drm/nouveau: make sure display hardware is reinitialised on runtime resume
Tip revision: 6fbb702
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 12.7 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top