]> git.kernelconcepts.de Git - karo-tx-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)
committerDave Airlie <airlied@redhat.com>
Mon, 13 May 2013 02:17:32 +0000 (12:17 +1000)
commit9f1d036648c1c5ed81b0e98d7a06d55df972701e
tree78600dce323c045b93d35d1e3d18799d992df65d
parent3cdc0e8d6142aaf3eb84a53eab6de1160da290a3
drm/mgag200: Fix framebuffer base address programming

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>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/mgag200/mgag200_mode.c