Searched refs:release_notify (Results 1 – 3 of 3) sorted by relevance
220 void (*release_notify)(struct ttm_buffer_object *bo); member
423 if (bo->bdev->funcs->release_notify) in ttm_bo_release()424 bo->bdev->funcs->release_notify(bo); in ttm_bo_release()
1516 .release_notify = &amdgpu_bo_release_notify,
Completed in 10 milliseconds