Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_FORCE_USER_VRAM (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h53 #define XE_BO_FLAG_FORCE_USER_VRAM BIT(25) macro
H A Dxe_exec_queue.c826 XE_BO_FLAG_FORCE_USER_VRAM | in xe_exec_queue_group_init()
H A Dxe_lrc.c1635 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE | XE_BO_FLAG_FORCE_USER_VRAM; in xe_lrc_init()
H A Dxe_pt.c125 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE | XE_BO_FLAG_FORCE_USER_VRAM; in xe_pt_create()
H A Dxe_bo.c237 if (type == ttm_bo_type_kernel && !(bo_flags & XE_BO_FLAG_FORCE_USER_VRAM)) in bo_vram_flags_to_vram_placement()