Searched refs:xe_bo_migrate (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 73 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 D | xe_pagefault.c | 76 return need_vram_move ? xe_bo_migrate(bo, vram->placement, NULL, exec) : in xe_pagefault_begin()
|
| H A D | xe_bo.h | 436 int xe_bo_migrate(struct xe_bo *bo, u32 mem_type, struct ttm_operation_ctx *ctc,
|
| H A D | xe_bo.c | 1965 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 D | xe_vm.c | 3287 err = xe_bo_migrate(bo, mem_type, NULL, exec); in op_lock_and_prep()
|
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_fb_pin.c | 353 ret = xe_bo_migrate(bo, XE_PL_VRAM0, NULL, &exec); in __xe_pin_fb_vma()
|