Searched refs:bo_init (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_validate_test.c | 988 struct ttm_buffer_object *bo_init, *bo_val; in ttm_bo_validate_busy_domain_evict() local 1008 bo_init = kunit_kzalloc(test, sizeof(*bo_init), GFP_KERNEL); in ttm_bo_validate_busy_domain_evict() 1009 KUNIT_ASSERT_NOT_NULL(test, bo_init); in ttm_bo_validate_busy_domain_evict() 1011 drm_gem_private_object_init(priv->drm, &bo_init->base, MANAGER_SIZE); in ttm_bo_validate_busy_domain_evict() 1012 err = ttm_bo_init_reserved(priv->ttm_dev, bo_init, bo_type, placement, in ttm_bo_validate_busy_domain_evict() 1016 dma_resv_unlock(bo_init->base.resv); in ttm_bo_validate_busy_domain_evict() 1026 KUNIT_EXPECT_EQ(test, bo_init->resource->mem_type, mem_type); in ttm_bo_validate_busy_domain_evict() 1029 ttm_bo_fini(bo_init); in ttm_bo_validate_busy_domain_evict()
|