Skip to content
Commit 6fbb702e authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: make sure display hardware is reinitialised on runtime resume



Linus commit 05c63c2f 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: default avatarBen Skeggs <bskeggs@redhat.com>
parent 634ffccc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment