Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_USER (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c129 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()
Dxe_bo.h18 #define XE_BO_FLAG_USER BIT(0) macro