Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
H A Dttm_device.h209 void (*release_notify)(struct ttm_buffer_object *bo); member
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c266 if (bo->bdev->funcs->release_notify) in ttm_bo_cleanup_refs()
267 bo->bdev->funcs->release_notify(bo); in ttm_bo_cleanup_refs()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1094 .release_notify = xe_ttm_bo_release_notify, in xe_ttm_bo_destroy()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1601 .release_notify = &amdgpu_bo_release_notify,