Searched refs:bo_tt (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_validate_test.c | 1085 struct ttm_buffer_object *bo_tt, *bo_mock, *bo_val; in ttm_bo_validate_recrusive_evict() local 1100 bo_tt = kunit_kzalloc(test, sizeof(*bo_tt), GFP_KERNEL); in ttm_bo_validate_recrusive_evict() 1101 KUNIT_ASSERT_NOT_NULL(test, bo_tt); in ttm_bo_validate_recrusive_evict() 1106 drm_gem_private_object_init(priv->drm, &bo_tt->base, MANAGER_SIZE); in ttm_bo_validate_recrusive_evict() 1107 err = ttm_bo_init_reserved(priv->ttm_dev, bo_tt, bo_type, placement_tt, in ttm_bo_validate_recrusive_evict() 1111 dma_resv_unlock(bo_tt->base.resv); in ttm_bo_validate_recrusive_evict() 1133 ttm_bo_fini(bo_tt); in ttm_bo_validate_recrusive_evict()
|