Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c645 sys_bo = xe_bo_create_user(xe, NULL, SZ_4M, in validate_ccs_test_run_tile()
672 ccs_bo = xe_bo_create_user(xe, NULL, SZ_4M, in validate_ccs_test_run_tile()
697 vram_bo = xe_bo_create_user(xe, NULL, SZ_4M, in validate_ccs_test_run_tile()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h131 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_vm *vm, size_t size,
H A Dxe_bo.c2815 struct xe_bo *xe_bo_create_user(struct xe_device *xe, in xe_bo_create_user() function
3623 bo = xe_bo_create_user(xe, vm, args->size, args->cpu_caching, in xe_gem_create_ioctl()
4071 bo = xe_bo_create_user(xe, NULL, args->size, in xe_bo_dumb_create()