Home
last modified time | relevance | path

Searched refs:xe_bo_create_locked (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.h96 struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_svm.c693 bo = xe_bo_create_locked(tile_to_xe(tile), NULL, NULL, in xe_svm_alloc_vram()
H A Dxe_bo.c1890 struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_locked() function
1916 struct xe_bo *bo = xe_bo_create_locked(xe, tile, vm, size, type, flags); in xe_bo_create()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c82 struct xe_bo *remote = xe_bo_create_locked(xe, m->tile, NULL, in test_copy()