Lines Matching refs:vfbs
864 struct vmw_framebuffer_surface *vfbs =
865 container_of(framebuffer, typeof(*vfbs), base);
871 srf = &vfbs->surface->res;
882 if (vfbs->is_bo_proxy) {
1409 struct vmw_framebuffer_surface *vfbs;
1412 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1414 if (vfbs->is_bo_proxy)
1425 struct vmw_framebuffer_surface *vfbs;
1428 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1430 if (vfbs->is_bo_proxy)
1442 struct vmw_framebuffer_surface *vfbs;
1450 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1462 cmd_update->body.image.sid = vfbs->surface->res.id;
1485 struct vmw_framebuffer_surface *vfbs;
1489 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1494 cmd_copy->body.src.sid = vfbs->surface->res.id;
1550 struct vmw_framebuffer_surface *vfbs;
1553 vfbs = container_of(vfb, typeof(*vfbs), base);
1566 if (vfbs->is_bo_proxy)
1569 if (vfbs->surface->res.id != stdu->display_srf->res.id) {