Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_migrate.c100 err = xe_bo_vmap(remote); in test_copy()
195 err = xe_bo_vmap(bo); in xe_migrate_sanity_test()
520 ret = xe_bo_vmap(vram_bo); in test_migrate()
559 ret = xe_bo_vmap(vram_bo); in test_migrate()
660 ret = xe_bo_vmap(sys_bo); in validate_ccs_test_run_tile()
684 ret = xe_bo_vmap(ccs_bo); in validate_ccs_test_run_tile()
707 ret = xe_bo_vmap(vram_bo); in validate_ccs_test_run_tile()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.h201 int xe_bo_vmap(struct xe_bo *bo);
Dxe_bo.c782 ret = xe_bo_vmap(bo); in xe_bo_move()
1564 err = xe_bo_vmap(bo); in xe_bo_create_pin_map_at()
1915 int xe_bo_vmap(struct xe_bo *bo) in xe_bo_vmap() function