Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c77 ret = xe_bo_migrate(bo, XE_PL_TT, NULL, exec); in xe_dma_buf_pin()
116 r = xe_bo_migrate(bo, XE_PL_TT, NULL, exec); in xe_dma_buf_map()
191 ret = xe_bo_migrate(bo, XE_PL_TT, NULL, &exec); in xe_dma_buf_begin_cpu_access()
H A Dxe_pagefault.c62 return need_vram_move ? xe_bo_migrate(bo, vram->placement, NULL, exec) : in xe_pagefault_begin()
H A Dxe_bo.c1815 err = xe_bo_migrate(bo, XE_PL_TT, ctx, exec); in xe_bo_fault_migrate()
3424 int xe_bo_migrate(struct xe_bo *bo, u32 mem_type, struct ttm_operation_ctx *tctx, in xe_bo_migrate() function
H A Dxe_vm.c3038 err = xe_bo_migrate(xe_vma_bo(vma), in op_lock_and_prep()