Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c101 err = xe_bo_vmap(remote); in test_copy()
196 err = xe_bo_vmap(bo); in xe_migrate_sanity_test()
521 ret = xe_bo_vmap(vram_bo); in test_migrate()
560 ret = xe_bo_vmap(vram_bo); in test_migrate()
663 ret = xe_bo_vmap(sys_bo); in validate_ccs_test_run_tile()
688 ret = xe_bo_vmap(ccs_bo); in validate_ccs_test_run_tile()
712 ret = xe_bo_vmap(vram_bo); in validate_ccs_test_run_tile()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h229 int xe_bo_vmap(struct xe_bo *bo);
H A Dxe_bo.c793 ret = xe_bo_vmap(bo); in xe_bo_move()
1735 err = xe_bo_vmap(bo); in xe_bo_create_pin_map_at_aligned()
2088 int xe_bo_vmap(struct xe_bo *bo) in xe_bo_vmap() function