Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c68 ret = xe_bo_evict(exported, true); in check_residency()
H A Dxe_bo.c63 ret = xe_bo_evict(bo, true); in ccs_test_migrate()
H A Dxe_migrate.c515 ret = xe_bo_evict(vram_bo, true); in test_migrate()
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c239 XE_WARN_ON(xe_bo_evict(bo, false)); in xe_dma_buf_move_notify()
H A Dxe_bo.h243 int xe_bo_evict(struct xe_bo *bo, bool force_alloc);
H A DMakefile30 xe_bo_evict.o \
H A Dxe_bo.c2419 int xe_bo_evict(struct xe_bo *bo, bool force_alloc) in xe_bo_evict() function