From 8dd0cd27909f04ddb5ffb7da306643da45f42b60 Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Sat, 1 Feb 2014 10:01:15 -0500 Subject: [PATCH] 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-format-patch failed