Searched refs:ttm_resource_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 732 ret = ttm_resource_alloc(bo, place, mem); in ttm_bo_mem_force_space() 786 ret = ttm_resource_alloc(bo, place, mem); in ttm_bo_mem_space() 973 ret = ttm_resource_alloc(bo, &sys_mem, &bo->resource); in ttm_bo_init_reserved() 1167 ret = ttm_resource_alloc(bo, &place, &evict_mem); in ttm_bo_swapout()
|
A D | ttm_bo_util.c | 713 ret = ttm_resource_alloc(bo, &sys_mem, &sys_res); in ttm_bo_pipeline_gutting()
|
A D | ttm_resource.c | 223 int ttm_resource_alloc(struct ttm_buffer_object *bo, in ttm_resource_alloc() function
|
/linux-6.3-rc2/include/drm/ttm/ |
A D | ttm_resource.h | 360 int ttm_resource_alloc(struct ttm_buffer_object *bo,
|
Completed in 23 milliseconds