Home
last modified time | relevance | path

Searched refs:ttm_resource_free (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c276 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 Dttm_bo.c189 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 Dttm_bo_util.c597 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 Dttm_resource.c424 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 Dttm_resource.h465 void ttm_resource_free(struct ttm_buffer_object *bo, struct ttm_resource **res);
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c534 ttm_resource_free(bo, &bo->resource); in vmw_move()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c206 ttm_resource_free(tbo, &tbo->resource); in lsdc_bo_move()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c548 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 Dxe_bo.c986 ttm_resource_free(ttm_bo, &new_mem); in xe_bo_move()