Home
last modified time | relevance | path

Searched refs:ttm_bo_init_reserved (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c964 int ttm_bo_init_reserved(struct ttm_device *bdev, struct ttm_buffer_object *bo, in ttm_bo_init_reserved() function
1019 EXPORT_SYMBOL(ttm_bo_init_reserved);
1066 ret = ttm_bo_init_reserved(bdev, bo, type, placement, alignment, &ctx, in ttm_bo_init_validate()
/openbmc/linux/include/drm/ttm/
H A Dttm_bo.h360 int ttm_bo_init_reserved(struct ttm_device *bdev, struct ttm_buffer_object *bo,
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c144 r = ttm_bo_init_reserved(&qdev->mman.bdev, &bo->tbo, type, in qxl_bo_create()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c407 ret = ttm_bo_init_reserved(bdev, &vmw_bo->tbo, params->bo_type, in vmw_bo_init()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1336 ret = ttm_bo_init_reserved(&i915->bdev, i915_gem_to_ttm(obj), bo_type, in __i915_gem_ttm_object_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c623 r = ttm_bo_init_reserved(&adev->mman.bdev, &bo->tbo, bp->type, in amdgpu_bo_create()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c349 ret = ttm_bo_init_reserved(nvbo->bo.bdev, &nvbo->bo, type, in nouveau_bo_init()