]> git.baikalelectronics.ru Git - kernel.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)
commitd3fb5c1e101b9c9644cc52e1ae78fccf797e4eb3
tree78600dce323c045b93d35d1e3d18799d992df65d
parenta73a5a7a313753d0e6303723511d8e668a473cfd
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