]> 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)
commit2abac8f8c1bac4f09fd49751f151b26cd88ce608
tree78600dce323c045b93d35d1e3d18799d992df65d
parentac2664b709a896b0782df811604bf605516d5e02
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