Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_stdu.c874 srf = &vfbs->surface->res; in vmw_kms_stdu_surface_dirty()
885 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.c1244 struct vmw_framebuffer_surface *vfbs = in vmw_framebuffer_surface_destroy() local
1248 vmw_surface_unreference(&vfbs->surface); in vmw_framebuffer_surface_destroy()
1250 kfree(vfbs); in vmw_framebuffer_surface_destroy()
1308 struct vmw_framebuffer_surface *vfbs; in vmw_kms_new_framebuffer_surface() local
1371 vfbs = kzalloc(sizeof(*vfbs), GFP_KERNEL); in vmw_kms_new_framebuffer_surface()
1372 if (!vfbs) { in vmw_kms_new_framebuffer_surface()
1379 vfbs->base.user_handle = mode_cmd->handles[0]; in vmw_kms_new_framebuffer_surface()
1380 vfbs->is_bo_proxy = is_bo_proxy; in vmw_kms_new_framebuffer_surface()
1382 *out = &vfbs->base; in vmw_kms_new_framebuffer_surface()
1393 kfree(vfbs); in vmw_kms_new_framebuffer_surface()
[all …]
A Dvmwgfx_scrn.c588 struct vmw_framebuffer_surface *vfbs; in vmw_sou_surface_pre_clip() local
590 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
596 blit->body.srcImage.sid = vfbs->surface->res.id; in vmw_sou_surface_pre_clip()
1105 struct vmw_framebuffer_surface *vfbs = in vmw_kms_sou_do_surface_dirty() local
1106 container_of(framebuffer, typeof(*vfbs), base); in vmw_kms_sou_do_surface_dirty()
1112 srf = &vfbs->surface->res; in vmw_kms_sou_do_surface_dirty()

Completed in 15 milliseconds