summaryrefslogtreecommitdiff
path: root/vmwgfx_ldu.c
diff options
context:
space:
mode:
Diffstat (limited to 'vmwgfx_ldu.c')
-rw-r--r--vmwgfx_ldu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmwgfx_ldu.c b/vmwgfx_ldu.c
index a661b32..b76bfe5 100644
--- a/vmwgfx_ldu.c
+++ b/vmwgfx_ldu.c
@@ -153,7 +153,7 @@ static int vmw_ldu_commit_list(struct vmw_private *dev_priv)
}
/* Make sure we always show something */
- vmw_write(vmw_priv, SVGA_REG_NUM_GUEST_DISPLAYS, i ? i : 1);
+ vmw_write(dev_priv, SVGA_REG_NUM_GUEST_DISPLAYS, i ? i : 1);
vmw_write(dev_priv, SVGA_REG_ENABLE, 1);
BUG_ON(i != lds->num_active);