drm/vmwgfx: switch over to the new pin interface v2
[linux-2.6-microblaze.git] / drivers / gpu / drm / vmwgfx / vmwgfx_fb.c
index c59806d..4d60201 100644 (file)
@@ -406,7 +406,7 @@ static int vmw_fb_create_bo(struct vmw_private *vmw_priv,
 
        ret = vmw_bo_init(vmw_priv, vmw_bo, size,
                              &vmw_sys_placement,
-                             false,
+                             false, false,
                              &vmw_bo_bo_free);
        if (unlikely(ret != 0))
                goto err_unlock; /* init frees the buffer on failure */