drm/nouveau: fix gpu page faults triggered by plymouthd
authorBen Skeggs <bskeggs@redhat.com>
Mon, 17 Jan 2011 01:22:38 +0000 (11:22 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 17 Jan 2011 01:28:59 +0000 (11:28 +1000)
commitf01a9720cb149e76155dc6e0e051058450305f4f
tree35f4477449f4e6ba3eb87726e2befd6f8493c8ed
parent8b464bfed674fc25d39d8a686010ebe509c8f62a
drm/nouveau: fix gpu page faults triggered by plymouthd

The switch to separate BAR and channel address spaces made the fbcon memory
address calculation incorrect on NV50+ boards, this commit fixes that.

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