Searched refs:xe_bo_create_user (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_bo.c | 127 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()
|
D | xe_migrate.c | 643 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()
|
D | xe_dma_buf.c | 128 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/ |
D | xe_bo.h | 87 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile,
|
D | xe_bo.c | 1515 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()
|