Searched refs:ttm_bo_init_reserved (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 929 int ttm_bo_init_reserved(struct ttm_device *bdev, struct ttm_buffer_object *bo, in ttm_bo_init_reserved() function 984 EXPORT_SYMBOL(ttm_bo_init_reserved); 1031 ret = ttm_bo_init_reserved(bdev, bo, type, placement, alignment, &ctx, in ttm_bo_init_validate()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_object.c | 139 r = ttm_bo_init_reserved(&qdev->mman.bdev, &bo->tbo, type, in qxl_bo_create()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_bo.c | 432 ret = ttm_bo_init_reserved(bdev, &vmw_bo->tbo, params->bo_type, in vmw_bo_init()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 2393 err = ttm_bo_init_reserved(&xe->ttm, &bo->ttm, type, in xe_bo_init_locked()
|