Searched refs:xe_bo_evict (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c13 #include "xe_bo_evict.h"
48 ret = xe_bo_evict(bo, true);
H A Dxe_dma_buf.c68 ret = xe_bo_evict(exported, true);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c239 XE_WARN_ON(xe_bo_evict(bo, false));
H A Dxe_bo.h214 int xe_bo_evict(struct xe_bo *bo, bool force_alloc);
H A DMakefile67 xe_bo_evict.o \
H A Dxe_bo.c2164 * xe_bo_evict - Evict an object to evict placement
2173 int xe_bo_evict(struct xe_bo *bo, bool force_alloc) function

Completed in 365 milliseconds