drm/nouveau: Fix fbcon corruption with font width not divisible by 8
authorMarcin Kościelnicki <koriakin@0x04.net>
Sat, 27 Feb 2010 18:13:35 +0000 (18:13 +0000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 10 Mar 2010 06:06:44 +0000 (16:06 +1000)
commitc82b88d578847909797945824851a6a9a84f9c20
treedee4a902c6c7e013590410e48a4b54aae213b6e3
parent37000d275721e25af6b49fbb2dbcd04022091276
drm/nouveau: Fix fbcon corruption with font width not divisible by 8

NV50 is nice and has a switch that autoaligns stuff for us. Pre-NV50,
we need to align input bitmap width manually.

Signed-off-by: Marcin Kościelnicki <koriakin@0x04.net>
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nv04_fbcon.c
drivers/gpu/drm/nouveau/nv50_fbcon.c