Searched refs:ttm_resource_free (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 183 ttm_resource_free(bo, &bo->resource); in ttm_bo_cleanup_memtype_use() 417 ttm_resource_free(bo, &hop_mem); in ttm_bo_bounce_temp_buffer() 471 ttm_resource_free(bo, &evict_mem); in ttm_bo_evict() 801 ttm_resource_free(bo, mem); in ttm_bo_mem_space() 871 ttm_resource_free(bo, &mem); in ttm_bo_move_buffer() 1180 ttm_resource_free(bo, &evict_mem); in ttm_bo_swapout()
|
H A D | ttm_bo_util.c | 571 ttm_resource_free(bo, &bo->resource); in ttm_bo_wait_free_node() 632 ttm_resource_free(bo, &bo->resource); in ttm_bo_move_pipeline_evict() 732 ttm_resource_free(bo, &bo->resource); in ttm_bo_pipeline_gutting()
|
H A D | ttm_resource.c | 244 void ttm_resource_free(struct ttm_buffer_object *bo, struct ttm_resource **res) in ttm_resource_free() function 258 EXPORT_SYMBOL(ttm_resource_free);
|
/openbmc/linux/include/drm/ttm/ |
H A D | ttm_resource.h | 363 void ttm_resource_free(struct ttm_buffer_object *bo, struct ttm_resource **res);
|
H A D | ttm_bo.h | 315 ttm_resource_free(bo, &bo->resource); in ttm_bo_move_null()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 566 ttm_resource_free(bo, &bo->resource); in vmw_move()
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 207 ttm_resource_free(tbo, &tbo->resource); in lsdc_bo_move()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm_move.c | 621 ttm_resource_free(bo, &dst_mem); in i915_ttm_move()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | 229 ttm_resource_free(bo, &bo->resource); in radeon_bo_move()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 509 ttm_resource_free(bo, &bo->resource); in amdgpu_bo_move() 1007 ttm_resource_free(bo, &bo->resource); in amdgpu_ttm_alloc_gart()
|
H A D | amdgpu_object.c | 403 ttm_resource_free(&(*bo_ptr)->tbo, &(*bo_ptr)->tbo.resource); in amdgpu_bo_create_kernel_at()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 1090 ttm_resource_free(bo, &bo->resource); in nouveau_bo_move()
|