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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 279.7 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top