]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/mgag200: Fix framebuffer base address programming
authorChristopher Harvey <charvey@matrox.com>
Wed, 8 May 2013 19:10:38 +0000 (19:10 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 May 2013 18:38:30 +0000 (11:38 -0700)
commit70386b7f179aaa0a3db5af2ff5fae0f905e0186b
tree638e6f841fdf743f1762b098bdad64137c51a14b
parent6640a6a925014f7fbd38de65a377ee88e208d412
drm/mgag200: Fix framebuffer base address programming

commit 9f1d036648c1c5ed81b0e98d7a06d55df972701e upstream.

Higher bits of the base address of framebuffers weren't being
programmed properly. This caused framebuffers that didn't happen to be
allocated at a low enough address to not be displayed properly.

Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Mathieu Larouche <mathieu.larouche@matrox.com>
Acked-by: Julia Lemire <jlemire@matrox.com>
Tested-by: Julia Lemire <jlemire@matrox.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/mgag200/mgag200_mode.c