Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_validate_test.c1133 struct ttm_buffer_object *bo_tt, *bo_mock, *bo_val; in ttm_bo_validate_recrusive_evict() local
1148 bo_tt = kunit_kzalloc(test, sizeof(*bo_tt), GFP_KERNEL); in ttm_bo_validate_recrusive_evict()
1149 KUNIT_ASSERT_NOT_NULL(test, bo_tt); in ttm_bo_validate_recrusive_evict()
1154 drm_gem_private_object_init(priv->drm, &bo_tt->base, MANAGER_SIZE); in ttm_bo_validate_recrusive_evict()
1155 err = ttm_bo_init_reserved(priv->ttm_dev, bo_tt, bo_type, placement_tt, in ttm_bo_validate_recrusive_evict()
1159 dma_resv_unlock(bo_tt->base.resv); in ttm_bo_validate_recrusive_evict()
1181 ttm_bo_put(bo_tt); in ttm_bo_validate_recrusive_evict()