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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 597 struct vmw_framebuffer_surface *vfbs; local in function:vmw_sou_surface_pre_clip
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 in function:vmw_kms_sou_do_surface_dirty
1142 container_of(framebuffer, typeof(*vfbs), base);
1148 srf = &vfbs->surface->res;
vmwgfx_stdu.c 864 struct vmw_framebuffer_surface *vfbs = local in function:vmw_kms_stdu_surface_dirty
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 in function:vmw_stdu_surface_fifo_size_same_display
1412 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1414 if (vfbs->is_bo_proxy)
1425 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_surface_fifo_size
1428 vfbs = container_of(update->vfb, typeof(*vfbs), base)
1442 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_surface_update_proxy
1485 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_surface_populate_copy
1550 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_plane_update_surface
    [all...]
vmwgfx_scrn.c 597 struct vmw_framebuffer_surface *vfbs; local in function:vmw_sou_surface_pre_clip
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 in function:vmw_kms_sou_do_surface_dirty
1142 container_of(framebuffer, typeof(*vfbs), base);
1148 srf = &vfbs->surface->res;
vmwgfx_stdu.c 864 struct vmw_framebuffer_surface *vfbs = local in function:vmw_kms_stdu_surface_dirty
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 in function:vmw_stdu_surface_fifo_size_same_display
1412 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1414 if (vfbs->is_bo_proxy)
1425 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_surface_fifo_size
1428 vfbs = container_of(update->vfb, typeof(*vfbs), base)
1442 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_surface_update_proxy
1485 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_surface_populate_copy
1550 struct vmw_framebuffer_surface *vfbs; local in function:vmw_stdu_plane_update_surface
    [all...]
vmwgfx_kms.c 833 struct vmw_framebuffer_surface *vfbs = local in function:vmw_framebuffer_surface_destroy
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 in function:vmw_kms_new_framebuffer_surface
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 in function:vmw_du_helper_plane_update
    [all...]
vmwgfx_kms.c 833 struct vmw_framebuffer_surface *vfbs = local in function:vmw_framebuffer_surface_destroy
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 in function:vmw_kms_new_framebuffer_surface
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 in function:vmw_du_helper_plane_update
    [all...]

Completed in 27 milliseconds