Searched refs:vfbs (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 734 srf = &vfbs->surface->res; in vmw_kms_stdu_surface_dirty() 745 if (vfbs->is_bo_proxy) { in vmw_kms_stdu_surface_dirty() 1239 struct vmw_framebuffer_surface *vfbs; in vmw_stdu_surface_fifo_size_same_display() local 1242 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size_same_display() 1244 if (vfbs->is_bo_proxy) in vmw_stdu_surface_fifo_size_same_display() 1258 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_fifo_size() 1260 if (vfbs->is_bo_proxy) in vmw_stdu_surface_fifo_size() 1280 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_update_proxy() 1319 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_stdu_surface_populate_copy() 1383 vfbs = container_of(vfb, typeof(*vfbs), base); in vmw_stdu_plane_update_surface() [all …]
|
H A D | vmwgfx_kms.c | 1228 struct vmw_framebuffer_surface *vfbs = in vmw_framebuffer_surface_destroy() local 1232 vmw_surface_unreference(&vfbs->surface); in vmw_framebuffer_surface_destroy() 1234 kfree(vfbs); in vmw_framebuffer_surface_destroy() 1292 struct vmw_framebuffer_surface *vfbs; in vmw_kms_new_framebuffer_surface() local 1355 vfbs = kzalloc(sizeof(*vfbs), GFP_KERNEL); in vmw_kms_new_framebuffer_surface() 1356 if (!vfbs) { in vmw_kms_new_framebuffer_surface() 1363 vfbs->base.user_handle = mode_cmd->handles[0]; in vmw_kms_new_framebuffer_surface() 1364 vfbs->is_bo_proxy = is_bo_proxy; in vmw_kms_new_framebuffer_surface() 1366 *out = &vfbs->base; in vmw_kms_new_framebuffer_surface() 1377 kfree(vfbs); in vmw_kms_new_framebuffer_surface() [all …]
|
H A D | vmwgfx_scrn.c | 590 struct vmw_framebuffer_surface *vfbs; in vmw_sou_surface_pre_clip() local 592 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip() 598 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()
|