Home
last modified time | relevance | path

Searched refs:xe_bo_init_locked (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c303 bo = xe_bo_init_locked(xe, NULL, NULL, resv, NULL, dma_buf->size, in xe_dma_buf_create_obj()
H A Dxe_bo.h117 struct xe_bo *xe_bo_init_locked(struct xe_device *xe, struct xe_bo *bo,
H A Dxe_bo.c1356 backup = xe_bo_init_locked(xe, NULL, NULL, bo->ttm.base.resv, NULL, xe_bo_size(bo), in xe_bo_notifier_prepare_pinned()
1496 backup = xe_bo_init_locked(xe, NULL, NULL, bo->ttm.base.resv, NULL, in xe_bo_evict_pinned()
2300 struct xe_bo *xe_bo_init_locked(struct xe_device *xe, struct xe_bo *bo, in xe_bo_init_locked() function
2506 bo = xe_bo_init_locked(xe, bo, tile, vm ? xe_vm_resv(vm) : NULL, in __xe_bo_create_locked()