Searched refs:ttm_resource_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 261 err = ttm_resource_alloc(bo, place, &res1, NULL); in ttm_bo_unreserve_basic() 267 ttm_resource_alloc(bo, place, &res2, NULL); in ttm_bo_unreserve_basic() 303 err = ttm_resource_alloc(bo, place, &res1, NULL); in ttm_bo_unreserve_pinned() 308 err = ttm_resource_alloc(bo, place, &res2, NULL); in ttm_bo_unreserve_pinned() 358 err = ttm_resource_alloc(bo1, place, &res1, NULL); in ttm_bo_unreserve_bulk() 366 err = ttm_resource_alloc(bo2, place, &res2, NULL); in ttm_bo_unreserve_bulk() 404 err = ttm_resource_alloc(bo, place, &res, NULL); in ttm_bo_fini_basic() 521 err = ttm_resource_alloc(bo, place, &res, NULL); in ttm_bo_pin_unpin_resource() 572 err = ttm_resource_alloc(bo, place, &res, NULL); in ttm_bo_multiple_pin_one_unpin()
|
| H A D | ttm_resource_test.c | 306 ttm_resource_alloc(bo, place, &res, NULL); in ttm_sys_man_free_basic()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 540 lret = ttm_resource_alloc(evict_walk->evictor, evict_walk->place, in ttm_bo_evict_cb() 740 ret = ttm_resource_alloc(bo, place, res, force_space ? &limit_pool : NULL); in ttm_bo_alloc_resource() 1155 ret = ttm_resource_alloc(bo, &place, &evict_mem, NULL); in ttm_bo_swapout_cb()
|
| H A D | ttm_resource.c | 389 int ttm_resource_alloc(struct ttm_buffer_object *bo, in ttm_resource_alloc() function 422 EXPORT_SYMBOL_FOR_TESTS_ONLY(ttm_resource_alloc);
|
| /linux/include/drm/ttm/ |
| H A D | ttm_resource.h | 461 int ttm_resource_alloc(struct ttm_buffer_object *bo,
|