Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds