drm/nouveau: fix fbcon not being accelerated after suspend
authorBen Skeggs <bskeggs@redhat.com>
Mon, 3 Mar 2014 06:18:56 +0000 (16:18 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 26 Mar 2014 04:08:13 +0000 (14:08 +1000)
commitecf24de071f4f6cea79ecef5d990794df5875ee1
tree3a47330232e2dba68d668d12c849825af3eb08a0
parent88e98d49a1b3e0f8103cdd4fd80d576ec33133ab
drm/nouveau: fix fbcon not being accelerated after suspend

This does *not* (and is not intended to) fix the issue reported by
Christoph Rudorff on the nouveau mailinglist.

The patch proposed (which is similar to this one, but also reorders
whether we disable accel or call fb_set_suspend first), papers over
another problem entirely by avoiding touching the framebuffer.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_fbcon.c