HomeSort by: relevance | last modified time | path
    Searched defs:vfbs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 597 struct vmw_framebuffer_surface *vfbs; local
599 vfbs = container_of(update->vfb, typeof(*vfbs), base);
605 blit->body.srcImage.sid = vfbs->surface->res.id;
1141 struct vmw_framebuffer_surface *vfbs = local
1142 container_of(framebuffer, typeof(*vfbs), base);
1148 srf = &vfbs->surface->res;
vmwgfx_stdu.c 864 struct vmw_framebuffer_surface *vfbs = local
865 container_of(framebuffer, typeof(*vfbs), base);
871 srf = &vfbs->surface->res;
882 if (vfbs->is_bo_proxy) {
1409 struct vmw_framebuffer_surface *vfbs; local
1412 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1414 if (vfbs->is_bo_proxy)
1425 struct vmw_framebuffer_surface *vfbs; local
1428 vfbs = container_of(update->vfb, typeof(*vfbs), base)
1442 struct vmw_framebuffer_surface *vfbs; local
1485 struct vmw_framebuffer_surface *vfbs; local
1550 struct vmw_framebuffer_surface *vfbs; local
    [all...]
vmwgfx_kms.c 833 struct vmw_framebuffer_surface *vfbs = local
837 vmw_surface_unreference(&vfbs->surface);
838 if (vfbs->base.user_obj)
839 ttm_base_object_unref(&vfbs->base.user_obj);
841 kfree(vfbs);
899 struct vmw_framebuffer_surface *vfbs; local
954 vfbs = kzalloc(sizeof(*vfbs), GFP_KERNEL);
955 if (!vfbs) {
960 drm_helper_mode_fill_fb_struct(dev, &vfbs->base.base, mode_cmd)
2833 struct vmw_framebuffer_surface *vfbs = local
    [all...]

Completed in 18 milliseconds