Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c73 ret = xe_bo_migrate(bo, XE_PL_TT, NULL, exec); in xe_dma_buf_pin()
112 r = xe_bo_migrate(bo, XE_PL_TT, NULL, exec); in xe_dma_buf_map()
187 ret = xe_bo_migrate(bo, XE_PL_TT, NULL, &exec); in xe_dma_buf_begin_cpu_access()
H A Dxe_pagefault.c76 return need_vram_move ? xe_bo_migrate(bo, vram->placement, NULL, exec) : in xe_pagefault_begin()
H A Dxe_bo.h436 int xe_bo_migrate(struct xe_bo *bo, u32 mem_type, struct ttm_operation_ctx *ctc,
H A Dxe_bo.c1965 err = xe_bo_migrate(bo, XE_PL_TT, ctx, exec); in xe_bo_fault_migrate()
3853 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.c3287 err = xe_bo_migrate(bo, mem_type, NULL, exec); in op_lock_and_prep()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c353 ret = xe_bo_migrate(bo, XE_PL_VRAM0, NULL, &exec); in __xe_pin_fb_vma()