]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
[PATCH] nvidia fbdev: fix powerpc xmon scribbles
authorPaul Mackerras <paulus@samba.org>
Tue, 3 Oct 2006 08:15:14 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:13 +0000 (08:04 -0700)
commit70abac6e4f4bfb05a8198e22225f9e066239c7a2
tree66caa9063402aab6309e2fe88e3e121828152a22
parenta09fd48f8fb6ecb8bf85efdd884b21b6201ef9cc
[PATCH] nvidia fbdev: fix powerpc xmon scribbles

xmon writes garbage on the screen because the nvidia console driver has
changed the line pitch from what the firmware set it to.  Fix it by making
the nvidia driver inform the btext engine (which xmon uses if the screen is
its output device) about changes to display resolution.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/nvidia/nvidia.c