HomeSort by: relevance | last modified time | path
    Searched refs:vmw_bo_bo_free (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_bo.c 462 * vmw_bo_bo_free - vmw buffer object destructor
466 void vmw_bo_bo_free(struct ttm_buffer_object *bo) function
521 WARN_ON_ONCE(!bo_free && (!user && (bo_free != vmw_bo_bo_free)));
1137 if (bo->destroy != vmw_bo_bo_free &&
1165 if (bo->destroy != vmw_bo_bo_free &&
vmwgfx_cotable.c 417 true, vmw_bo_bo_free);
vmwgfx_fb.c 415 &vmw_bo_bo_free);
vmwgfx_resource.c 385 &vmw_bo_bo_free);
vmwgfx_shader.c 987 true, vmw_bo_bo_free);
vmwgfx_drv.c 382 &vmw_bo_bo_free);
vmwgfx_drv.h 817 extern void vmw_bo_bo_free(struct ttm_buffer_object *bo);
vmwgfx_scrn.c 457 false, &vmw_bo_bo_free);

Completed in 62 milliseconds