Searched refs:mem_type_evict (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_bo_validate_test.c | 813 mem_type_evict = TTM_PL_SYSTEM; in ttm_bo_validate_happy_evict() local 852 KUNIT_EXPECT_EQ(test, bos[0].resource->mem_type, mem_type_evict); in ttm_bo_validate_happy_evict() 918 mem_type_evict = TTM_PL_SYSTEM; in ttm_bo_validate_allowed_only_evict() local 965 KUNIT_EXPECT_EQ(test, bo_evictable->resource->mem_type, mem_type_evict); in ttm_bo_validate_allowed_only_evict() 1032 u32 mem_type = TTM_PL_VRAM, mem_type_evict = TTM_PL_MOCK1; in ttm_bo_validate_busy_domain_evict() local 1051 ttm_busy_manager_init(priv->ttm_dev, mem_type_evict, MANAGER_SIZE); in ttm_bo_validate_busy_domain_evict() 1081 ttm_bad_manager_fini(priv->ttm_dev, mem_type_evict); in ttm_bo_validate_busy_domain_evict() 1130 u32 mem_type = TTM_PL_TT, mem_type_evict = TTM_PL_MOCK2; in ttm_bo_validate_recrusive_evict() local 1140 ttm_mock_manager_init(priv->ttm_dev, mem_type_evict, MANAGER_SIZE); in ttm_bo_validate_recrusive_evict() 1143 place_mock = ttm_place_kunit_init(test, mem_type_evict, 0); in ttm_bo_validate_recrusive_evict() [all …]
|