Searched refs:__xe_bo_create_locked (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c1166 * to __xe_bo_create_locked(), in the case a pointer to the bo to be
1167 * created is needed before the call to __xe_bo_create_locked().
1168 * If __xe_bo_create_locked ends up never to be called, then the
1361 __xe_bo_create_locked(struct xe_device *xe, function
1435 return __xe_bo_create_locked(xe, tile, vm, size, start, end, 0, type, flags);
1442 return __xe_bo_create_locked(xe, tile, vm, size, 0, ~0ULL, 0, type, flags);
1451 struct xe_bo *bo = __xe_bo_create_locked(xe, tile, vm, size, 0, ~0ULL,

Completed in 323 milliseconds