commit | aa6de142c901cd2d90ef08db30ae87da214bedcc | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Sat Feb 01 10:01:15 2014 -0500 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Apr 03 09:34:06 2014 +0200 |
tree | 4a8c32e0eec89e8f64731a0f62e24280c90b7761 | |
parent | 89dcbda65ca8ddcddee67d0f6734d82fde60398d [diff] |
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 <chrisfriedt@gmail.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>