From: Christopher Friedt Date: Sat, 1 Feb 2014 15:01:15 +0000 (-0500) Subject: drm/vmwgfx: correct fb_fix_screeninfo.line_length X-Git-Tag: v3.2.58~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd0cd27909f04ddb5ffb7da306643da45f42b60;p=pandora-kernel.git drm/vmwgfx: correct fb_fix_screeninfo.line_length commit aa6de142c901cd2d90ef08db30ae87da214bedcc upstream. Previously, the vmwgfx_fb driver would allow users to call FBIOSET_VINFO, but it would not adjust the FINFO properly, resulting in distorted screen rendering. The patch corrects that behaviour. See https://bugs.gentoo.org/show_bug.cgi?id=494794 for examples. Signed-off-by: Christopher Friedt Reviewed-by: Thomas Hellstrom Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed