Searched refs:XE_BO_FLAG_USER (Results 1 – 2 of 2) sorted by relevance
129 return bo->flags & XE_BO_FLAG_USER; in xe_bo_is_user()376 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create()1399 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()1457 flags & XE_BO_FLAG_USER ? in __xe_bo_create_locked()1522 flags | XE_BO_FLAG_USER); in xe_bo_create_user()
18 #define XE_BO_FLAG_USER BIT(0) macro