Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.h81 struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile,
Dxe_bo.c1508 struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_locked() function
1533 struct xe_bo *bo = xe_bo_create_locked(xe, tile, vm, size, type, flags); in xe_bo_create()
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_migrate.c82 struct xe_bo *remote = xe_bo_create_locked(xe, m->tile, NULL, in test_copy()