Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_mock_manager.h26 int ttm_busy_manager_init(struct ttm_device *bdev, u32 mem_type, u32 size);
H A Dttm_mock_manager.c207 int ttm_busy_manager_init(struct ttm_device *bdev, u32 mem_type, u32 size) in ttm_busy_manager_init() function
218 EXPORT_SYMBOL_GPL(ttm_busy_manager_init);
H A Dttm_bo_validate_test.c1051 ttm_busy_manager_init(priv->ttm_dev, mem_type_evict, MANAGER_SIZE); in ttm_bo_validate_busy_domain_evict()