Searched refs:ttm_resource_free (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 276 ttm_resource_free(bo, &res2); in ttm_bo_unreserve_basic() 277 ttm_resource_free(bo, &res1); in ttm_bo_unreserve_basic() 317 ttm_resource_free(bo, &res1); in ttm_bo_unreserve_pinned() 318 ttm_resource_free(bo, &res2); in ttm_bo_unreserve_pinned() 376 ttm_resource_free(bo1, &res1); in ttm_bo_unreserve_bulk() 377 ttm_resource_free(bo2, &res2); in ttm_bo_unreserve_bulk() 543 ttm_resource_free(bo, &res); in ttm_bo_pin_unpin_resource() 603 ttm_resource_free(bo, &res); in ttm_bo_multiple_pin_one_unpin()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 189 ttm_resource_free(bo, &bo->resource); in ttm_bo_cleanup_memtype_use() 352 ttm_resource_free(bo, &hop_mem); in ttm_bo_bounce_temp_buffer() 404 ttm_resource_free(bo, &evict_mem); in ttm_bo_evict() 762 ttm_resource_free(bo, res); in ttm_bo_alloc_resource() 873 ttm_resource_free(bo, &res); in ttm_bo_validate() 1163 ttm_resource_free(bo, &evict_mem); in ttm_bo_swapout_cb()
|
| H A D | ttm_bo_util.c | 597 ttm_resource_free(bo, &bo->resource); in ttm_bo_wait_free_node() 681 ttm_resource_free(bo, &bo->resource); in ttm_bo_move_pipeline_evict() 781 ttm_resource_free(bo, &bo->resource); in ttm_bo_pipeline_gutting()
|
| H A D | ttm_resource.c | 424 void ttm_resource_free(struct ttm_buffer_object *bo, struct ttm_resource **res) in ttm_resource_free() function 443 EXPORT_SYMBOL(ttm_resource_free);
|
| /linux/include/drm/ttm/ |
| H A D | ttm_resource.h | 465 void ttm_resource_free(struct ttm_buffer_object *bo, struct ttm_resource **res);
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 534 ttm_resource_free(bo, &bo->resource); in vmw_move()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_ttm.c | 206 ttm_resource_free(tbo, &tbo->resource); in lsdc_bo_move()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 548 ttm_resource_free(bo, &bo->resource); in amdgpu_bo_move() 1007 ttm_resource_free(bo, &bo->resource); in amdgpu_ttm_alloc_gart() 1971 ttm_resource_free(tbo, &tbo->resource); in amdgpu_ttm_alloc_mmio_remap_bo()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 986 ttm_resource_free(ttm_bo, &new_mem); in xe_bo_move()
|