Lines Matching defs:vfbs
1222 struct vmw_framebuffer_surface *vfbs =
1226 vmw_surface_unreference(&vfbs->surface);
1228 kfree(vfbs);
1286 struct vmw_framebuffer_surface *vfbs;
1349 vfbs = kzalloc(sizeof(*vfbs), GFP_KERNEL);
1350 if (!vfbs) {
1355 drm_helper_mode_fill_fb_struct(dev, &vfbs->base.base, mode_cmd);
1356 vfbs->surface = vmw_surface_reference(surface);
1357 vfbs->base.user_handle = mode_cmd->handles[0];
1358 vfbs->is_bo_proxy = is_bo_proxy;
1360 *out = &vfbs->base;
1362 ret = drm_framebuffer_init(dev, &vfbs->base.base,
1371 kfree(vfbs);
2943 struct vmw_framebuffer_surface *vfbs =
2944 container_of(update->vfb, typeof(*vfbs), base);
2946 ret = vmw_validation_add_resource(&val_ctx, &vfbs->surface->res,