Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_bo.c127 bo = xe_bo_create_user(xe, NULL, NULL, SZ_1M, DRM_XE_GEM_CPU_CACHING_WC, in ccs_test_run_tile()
207 bo = xe_bo_create_user(xe, NULL, vm, 0x10000, in evict_test_run_tile()
216 external = xe_bo_create_user(xe, NULL, NULL, 0x10000, in evict_test_run_tile()
Dxe_migrate.c643 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()
691 vram_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
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.12.1/drivers/gpu/drm/xe/
Dxe_bo.h87 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile,
Dxe_bo.c1515 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_user() function
2047 bo = xe_bo_create_user(xe, NULL, vm, args->size, args->cpu_caching, in xe_gem_create_ioctl()
2366 bo = xe_bo_create_user(xe, NULL, NULL, args->size, in xe_bo_dumb_create()