Lines Matching defs:framebuffer
54 * vmw_du_plane_unpin_surf - unpins resource associated with a framebuffer surface
77 * Unpins the framebuffer surface
99 * the FB and maintaining one active framebuffer.
116 * Ignore damage clips if the framebuffer attached to the plane's state
411 * Generic framebuffer code
415 * Surface framebuffer code
418 static void vmw_framebuffer_surface_destroy(struct drm_framebuffer *framebuffer)
421 vmw_framebuffer_to_vfbs(framebuffer);
436 drm_framebuffer_cleanup(framebuffer);
444 * a buffer-object backed framebuffer.
449 * @vfb: Pointer to the buffer-object backed framebuffer.
576 * Buffer-object framebuffer code
588 static void vmw_framebuffer_bo_destroy(struct drm_framebuffer *framebuffer)
591 vmw_framebuffer_to_vfbd(framebuffer);
594 drm_framebuffer_cleanup(framebuffer);
682 * vmw_kms_new_framebuffer - Create a new framebuffer.
685 * @uo: Pointer to user object to wrap the kms framebuffer around.
699 /* Create the new framebuffer depending one what we have */
1464 * window managers that create a big framebuffer for whole
1493 * @framebuffer: Pointer to the framebuffer on which to perform the actions.
1495 * Cliprects are given in framebuffer coordinates.
1506 struct vmw_framebuffer *framebuffer,
1529 if (plane->state->fb == &framebuffer->base)