Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1292 ret = xe_bo_vmap(backup); in xe_bo_evict_pinned_copy()
1297 ret = xe_bo_vmap(bo); in xe_bo_evict_pinned_copy()
1442 ret = xe_bo_vmap(backup); in xe_bo_restore_pinned()
1447 ret = xe_bo_vmap(bo); in xe_bo_restore_pinned()
2552 err = xe_bo_vmap(bo); in xe_bo_create_pin_map_at_aligned()
3016 int xe_bo_vmap(struct xe_bo *bo) in xe_bo_vmap() function