Searched refs:ttm_resource_alloc (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/ttm/tests/ |
| 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_put_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()
|
| A D | ttm_resource_test.c | 305 ttm_resource_alloc(bo, place, &res, NULL); in ttm_sys_man_free_basic()
|
| A D | ttm_bo_validate_test.c | 550 err = ttm_resource_alloc(bo, place, &bo->resource, NULL); in ttm_bo_validate_no_placement_signaled() 607 err = ttm_resource_alloc(bo, place, &bo->resource, NULL); in ttm_bo_validate_no_placement_not_signaled()
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_bo.c | 541 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() 1153 ret = ttm_resource_alloc(bo, &place, &evict_mem, NULL); in ttm_bo_swapout_cb()
|
| A D | ttm_resource.c | 375 int ttm_resource_alloc(struct ttm_buffer_object *bo, in ttm_resource_alloc() function 405 EXPORT_SYMBOL_FOR_TESTS_ONLY(ttm_resource_alloc);
|
Completed in 16 milliseconds