Home
last modified time | relevance | path

Searched refs:del_from_lru_notify (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/ttm/
A Dttm_bo.c78 if (bdev->funcs->del_from_lru_notify) in ttm_bo_move_to_pinned()
79 bdev->funcs->del_from_lru_notify(bo); in ttm_bo_move_to_pinned()
88 if (bdev->funcs->del_from_lru_notify) in ttm_bo_del_from_lru()
89 bdev->funcs->del_from_lru_notify(bo); in ttm_bo_del_from_lru()
121 if (bdev->funcs->del_from_lru_notify) in ttm_bo_move_to_lru_tail()
122 bdev->funcs->del_from_lru_notify(bo); in ttm_bo_move_to_lru_tail()
/linux/include/drm/ttm/
A Dttm_device.h210 void (*del_from_lru_notify)(struct ttm_buffer_object *bo); member
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ttm.c1520 .del_from_lru_notify = &amdgpu_vm_del_from_lru_notify

Completed in 9 milliseconds