Searched refs:bo1 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/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 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 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() 360 bo1->resource = res1; in ttm_bo_unreserve_bulk() 370 ttm_bo_reserve(bo1, false, false, NULL); in ttm_bo_unreserve_bulk() 371 ttm_bo_unreserve(bo1); in ttm_bo_unreserve_bulk() [all …]
|