Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c163 return bo->flags & XE_BO_FLAG_USER; in xe_bo_is_user()
509 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create()
2501 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()
2556 flags & XE_BO_FLAG_USER ? in __xe_bo_create_locked()
2669 !(bo->flags & XE_BO_FLAG_USER)) in xe_bo_debug_mixed_mode_cur_index_advance()
2823 flags |= XE_BO_FLAG_USER; in xe_bo_create_user()
H A Dxe_bo.h24 #define XE_BO_FLAG_USER BIT(0) macro
H A Dxe_pt.c744 if (!bo || !xe_bo_is_vram(bo) || !(bo->flags & XE_BO_FLAG_USER)) in xe_pt_target_leaf_level_from_bo()