Skip to content

Commit 80e6e6b

Browse files
committed
Merge branch 'vmwgfx-fixes-3.16' of git://people.freedesktop.org/~thomash/linux
fix to a 3.15 commit. * 'vmwgfx-fixes-3.16' of git://people.freedesktop.org/~thomash/linux: drm/vmwgfx: Fix incorrect write to read-only register v2:
2 parents d808e62 + 4e57808 commit 80e6e6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_fb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ static int vmw_fb_set_par(struct fb_info *info)
179179
vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y, info->var.yoffset);
180180
vmw_write(vmw_priv, SVGA_REG_DISPLAY_WIDTH, info->var.xres);
181181
vmw_write(vmw_priv, SVGA_REG_DISPLAY_HEIGHT, info->var.yres);
182-
vmw_write(vmw_priv, SVGA_REG_BYTES_PER_LINE, info->fix.line_length);
183182
vmw_write(vmw_priv, SVGA_REG_DISPLAY_ID, SVGA_ID_INVALID);
184183
}
185184

0 commit comments

Comments
 (0)