Searched refs:bo_small (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_validate_test.c | 822 struct ttm_buffer_object *bo_big, *bo_small; in ttm_bo_validate_all_pinned_evict() local 847 bo_small = ttm_bo_kunit_init(test, test->priv, BO_SIZE, NULL); in ttm_bo_validate_all_pinned_evict() 848 bo_small->type = bo_type; in ttm_bo_validate_all_pinned_evict() 850 ttm_bo_reserve(bo_small, false, false, NULL); in ttm_bo_validate_all_pinned_evict() 851 err = ttm_bo_validate(bo_small, placement, &ctx_val); in ttm_bo_validate_all_pinned_evict() 852 ttm_bo_unreserve(bo_small); in ttm_bo_validate_all_pinned_evict() 856 ttm_bo_fini(bo_small); in ttm_bo_validate_all_pinned_evict() 937 struct ttm_buffer_object *bo_big, *bo_small; in ttm_bo_validate_deleted_evict() local 964 bo_small = ttm_bo_kunit_init(test, test->priv, small, NULL); in ttm_bo_validate_deleted_evict() 965 bo_small->type = bo_type; in ttm_bo_validate_deleted_evict() [all …]
|