Home
last modified time | relevance | path

Searched refs:xe_bo_evict (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_dma_buf.c68 ret = xe_bo_evict(exported, true); in check_residency()
Dxe_bo.c49 ret = xe_bo_evict(bo, true); in ccs_test_migrate()
Dxe_migrate.c514 ret = xe_bo_evict(vram_bo, true); in test_migrate()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_dma_buf.c239 XE_WARN_ON(xe_bo_evict(bo, false)); in xe_dma_buf_move_notify()
Dxe_bo.h214 int xe_bo_evict(struct xe_bo *bo, bool force_alloc);
DMakefile30 xe_bo_evict.o \
Dxe_bo.c2243 int xe_bo_evict(struct xe_bo *bo, bool force_alloc) in xe_bo_evict() function