Searched refs:bo1 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 141 struct ttm_buffer_object *bo1, *bo2; in ttm_bo_reserve_deadlock() local 147 bo1 = ttm_bo_kunit_init(test, test->priv, BO_SIZE, NULL); in ttm_bo_reserve_deadlock() 160 err = ttm_bo_reserve(bo1, interruptible, no_wait, &ctx1); in ttm_bo_reserve_deadlock() 166 dma_resv_unlock(bo1->base.resv); in ttm_bo_reserve_deadlock() 326 struct ttm_buffer_object *bo1, *bo2; in ttm_bo_unreserve_bulk() local 351 bo1 = ttm_bo_kunit_init(test, test->priv, BO_SIZE, resv); in ttm_bo_unreserve_bulk() 354 dma_resv_lock(bo1->base.resv, NULL); in ttm_bo_unreserve_bulk() 355 ttm_bo_set_bulk_move(bo1, &lru_bulk_move); in ttm_bo_unreserve_bulk() 356 dma_resv_unlock(bo1->base.resv); in ttm_bo_unreserve_bulk() 358 err = ttm_resource_alloc(bo1, place, &res1, NULL); in ttm_bo_unreserve_bulk() [all …]
|