Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_validate_test.c919 struct ttm_buffer_object *bo, *bo_evictable, *bo_pinned; in ttm_bo_validate_allowed_only_evict() local
945 bo_evictable = kunit_kzalloc(test, sizeof(*bo_evictable), GFP_KERNEL); in ttm_bo_validate_allowed_only_evict()
946 KUNIT_ASSERT_NOT_NULL(test, bo_evictable); in ttm_bo_validate_allowed_only_evict()
948 drm_gem_private_object_init(priv->drm, &bo_evictable->base, size); in ttm_bo_validate_allowed_only_evict()
949 err = ttm_bo_init_reserved(priv->ttm_dev, bo_evictable, bo_type, placement, in ttm_bo_validate_allowed_only_evict()
953 dma_resv_unlock(bo_evictable->base.resv); in ttm_bo_validate_allowed_only_evict()
965 KUNIT_EXPECT_EQ(test, bo_evictable->resource->mem_type, mem_type_evict); in ttm_bo_validate_allowed_only_evict()
969 ttm_bo_put(bo_evictable); in ttm_bo_validate_allowed_only_evict()