Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_dma_buf.c66 ret = xe_bo_migrate(bo, XE_PL_TT); in xe_dma_buf_pin()
103 r = xe_bo_migrate(bo, XE_PL_TT); in xe_dma_buf_map()
173 (void)xe_bo_migrate(bo, XE_PL_TT); in xe_dma_buf_begin_cpu_access()
Dxe_bo.h213 int xe_bo_migrate(struct xe_bo *bo, u32 mem_type);
Dxe_gt_pagefault.c115 err = xe_bo_migrate(bo, XE_PL_VRAM0 + id); in xe_pf_begin()
Dxe_bo.c2193 int xe_bo_migrate(struct xe_bo *bo, u32 mem_type) in xe_bo_migrate() function
Dxe_vm.c2431 err = xe_bo_migrate(xe_vma_bo(vma), in op_lock_and_prep()
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c304 ret = xe_bo_migrate(bo, XE_PL_VRAM0); in __xe_pin_fb_vma()