Home
last modified time | relevance | path

Searched refs:vfbs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_stdu.c871 srf = &vfbs->surface->res; in vmw_kms_stdu_surface_dirty()
882 if (vfbs->is_bo_proxy) { in vmw_kms_stdu_surface_dirty()
1397 struct vmw_framebuffer_surface *vfbs; in vmw_stdu_surface_fifo_size_same_display() local
1400 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size_same_display()
1402 if (vfbs->is_bo_proxy) in vmw_stdu_surface_fifo_size_same_display()
1416 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size()
1418 if (vfbs->is_bo_proxy) in vmw_stdu_surface_fifo_size()
1438 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_update_proxy()
1477 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_populate_copy()
1541 vfbs = container_of(vfb, typeof(*vfbs), base); in vmw_stdu_plane_update_surface()
[all …]
A Dvmwgfx_kms.c841 struct vmw_framebuffer_surface *vfbs = in vmw_framebuffer_surface_destroy() local
845 vmw_surface_unreference(&vfbs->surface); in vmw_framebuffer_surface_destroy()
846 if (vfbs->base.user_obj) in vmw_framebuffer_surface_destroy()
849 kfree(vfbs); in vmw_framebuffer_surface_destroy()
907 struct vmw_framebuffer_surface *vfbs; in vmw_kms_new_framebuffer_surface() local
961 vfbs = kzalloc(sizeof(*vfbs), GFP_KERNEL); in vmw_kms_new_framebuffer_surface()
962 if (!vfbs) { in vmw_kms_new_framebuffer_surface()
970 vfbs->is_bo_proxy = is_bo_proxy; in vmw_kms_new_framebuffer_surface()
972 *out = &vfbs->base; in vmw_kms_new_framebuffer_surface()
983 kfree(vfbs); in vmw_kms_new_framebuffer_surface()
[all …]
A Dvmwgfx_scrn.c597 struct vmw_framebuffer_surface *vfbs; in vmw_sou_surface_pre_clip() local
599 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
605 blit->body.srcImage.sid = vfbs->surface->res.id; in vmw_sou_surface_pre_clip()
1134 struct vmw_framebuffer_surface *vfbs = in vmw_kms_sou_do_surface_dirty() local
1135 container_of(framebuffer, typeof(*vfbs), base); in vmw_kms_sou_do_surface_dirty()
1141 srf = &vfbs->surface->res; in vmw_kms_sou_do_surface_dirty()

Completed in 14 milliseconds