Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_bo.h18 #define XE_BO_FLAG_USER BIT(0) macro
A Dxe_bo.c155 return bo->flags & XE_BO_FLAG_USER; in xe_bo_is_user()
474 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create()
1961 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()
2020 flags & XE_BO_FLAG_USER ? in __xe_bo_create_locked()
2100 flags | XE_BO_FLAG_USER, 0); in xe_bo_create_user()

Completed in 9 milliseconds