We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d808e62 + 4e57808 commit 80e6e6bCopy full SHA for 80e6e6b
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c
@@ -179,7 +179,6 @@ static int vmw_fb_set_par(struct fb_info *info)
179
vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y, info->var.yoffset);
180
vmw_write(vmw_priv, SVGA_REG_DISPLAY_WIDTH, info->var.xres);
181
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);
183
vmw_write(vmw_priv, SVGA_REG_DISPLAY_ID, SVGA_ID_INVALID);
184
}
185
0 commit comments