Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_CPU_ADDR_MIRROR (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.h50 #define XE_BO_FLAG_CPU_ADDR_MIRROR BIT(22) macro
H A Dxe_svm.c697 XE_BO_FLAG_CPU_ADDR_MIRROR); in xe_svm_alloc_vram()
H A Dxe_bo.c298 if (bo->flags & XE_BO_FLAG_CPU_ADDR_MIRROR) { in xe_evict_flags()
800 if (!move_lacks_source && (bo->flags & XE_BO_FLAG_CPU_ADDR_MIRROR) && in xe_bo_move()