Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_vm.c148 ttm_bo_unref(&bo); in ttm_bo_vm_fault()
759 ttm_bo_unref(&bo); in ttm_bo_vm_dtor()
815 ttm_bo_unref(&bo); in ttm_bo_mmap_single()
H A Dttm_bo.c603 void ttm_bo_unref(struct ttm_buffer_object **p_bo) in ttm_bo_unref() function
610 EXPORT_SYMBOL(ttm_bo_unref);
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h380 void ttm_bo_unref(struct ttm_buffer_object **bo);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.c324 ttm_bo_unref(&tbo); in radeon_bo_unref()