Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/tests/
A Dxe_bo.c141 bo = xe_bo_create_user(xe, NULL, NULL, SZ_1M, DRM_XE_GEM_CPU_CACHING_WC, in ccs_test_run_tile()
221 bo = xe_bo_create_user(xe, NULL, vm, 0x10000, in evict_test_run_tile()
230 external = xe_bo_create_user(xe, NULL, NULL, 0x10000, in evict_test_run_tile()
498 bo = xe_bo_create_user(xe, NULL, NULL, XE_BO_SHRINK_SIZE, in shrink_test_run_device()
A Dxe_migrate.c641 sys_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
667 ccs_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
692 vram_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
A Dxe_dma_buf.c128 bo = xe_bo_create_user(xe, NULL, NULL, size, DRM_XE_GEM_CPU_CACHING_WC, in xe_test_dmabuf_import_same_driver()
/drivers/gpu/drm/xe/
A Dxe_bo.h105 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile,
A Dxe_bo.c2093 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_user() function
2731 bo = xe_bo_create_user(xe, NULL, vm, args->size, args->cpu_caching, in xe_gem_create_ioctl()
3112 bo = xe_bo_create_user(xe, NULL, NULL, args->size, in xe_bo_dumb_create()

Completed in 19 milliseconds