Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c109 u32 bo_flags; in xe_pt_create() local
122 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_pt_create()
126 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE | XE_BO_FLAG_FORCE_USER_VRAM; in xe_pt_create()
133 bo_flags, exec); in xe_pt_create()