Home
last modified time | relevance | path

Searched refs:ddestroy (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_bo.c286 if (ret || unlikely(list_empty(&bo->ddestroy))) { in ttm_bo_cleanup_refs()
293 list_del_init(&bo->ddestroy); in ttm_bo_cleanup_refs()
317 while (!list_empty(&bdev->ddestroy)) { in ttm_bo_delayed_delete()
320 bo = list_first_entry(&bdev->ddestroy, struct ttm_buffer_object, in ttm_bo_delayed_delete()
321 ddestroy); in ttm_bo_delayed_delete()
322 list_move_tail(&bo->ddestroy, &removed); in ttm_bo_delayed_delete()
342 list_splice_tail(&removed, &bdev->ddestroy); in ttm_bo_delayed_delete()
343 empty = list_empty(&bdev->ddestroy); in ttm_bo_delayed_delete()
399 list_add_tail(&bo->ddestroy, &bdev->ddestroy); in ttm_bo_release()
408 list_del(&bo->ddestroy); in ttm_bo_release()
[all …]
Dttm_device.c226 INIT_LIST_HEAD(&bdev->ddestroy); in ttm_device_init()
Dttm_bo_util.c233 INIT_LIST_HEAD(&fbo->base.ddestroy); in ttm_buffer_object_transfer()
/Linux-v6.1/include/drm/ttm/
Dttm_device.h257 struct list_head ddestroy; member
Dttm_bo_api.h143 struct list_head ddestroy; member