Searched refs:xe_bo_migrate (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 77 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 D | xe_pagefault.c | 62 return need_vram_move ? xe_bo_migrate(bo, vram->placement, NULL, exec) : in xe_pagefault_begin()
|
| H A D | xe_bo.c | 1815 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 D | xe_vm.c | 3038 err = xe_bo_migrate(xe_vma_bo(vma), in op_lock_and_prep()
|