Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H 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()
H A Dxe_migrate.c644 sys_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
670 ccs_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
695 vram_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
H 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()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.h102 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_bo.c1898 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_user() function
2547 bo = xe_bo_create_user(xe, NULL, vm, args->size, args->cpu_caching, in xe_gem_create_ioctl()
2922 bo = xe_bo_create_user(xe, NULL, NULL, args->size, in xe_bo_dumb_create()