Home
last modified time | relevance | path

Searched refs:out_fence (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c426 struct vmw_fence_obj **out_fence) in do_surface_dirty_sou() argument
547 if (out_fence && *out_fence) in do_surface_dirty_sou()
548 vmw_fence_obj_unreference(out_fence); in do_surface_dirty_sou()
554 fifo_size, 0, NULL, out_fence); in do_surface_dirty_sou()
829 struct vmw_fence_obj **out_fence) in do_dmabuf_dirty_sou() argument
903 if (out_fence && *out_fence) in do_dmabuf_dirty_sou()
904 vmw_fence_obj_unreference(out_fence); in do_dmabuf_dirty_sou()
908 fifo_size, 0, NULL, out_fence); in do_dmabuf_dirty_sou()
Dvmwgfx_execbuf.c1113 struct vmw_fence_obj **out_fence) in vmw_execbuf_process() argument
1213 if (unlikely(out_fence != NULL)) { in vmw_execbuf_process()
1214 *out_fence = fence; in vmw_execbuf_process()
Dvmwgfx_drv.h540 struct vmw_fence_obj **out_fence);
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_state.c860 goto out_fence; in nouveau_card_init()
875 out_fence: in nouveau_card_init()