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.15-rc1~51^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6de142c901cd2d90ef08db30ae87da214bedcc;p=pandora-kernel.git drm/vmwgfx: correct fb_fix_screeninfo.line_length 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. Cc: stable@vger.kernel.org Signed-off-by: Christopher Friedt Reviewed-by: Thomas Hellstrom --- Reading git-diff-tree failed