Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h52 #define XE_BO_FLAG_INTERNAL_64K BIT(31) macro
H A Dxe_bo.c1860 flags |= XE_BO_FLAG_INTERNAL_64K; in ___xe_bo_create_locked()
1864 flags &= ~XE_BO_FLAG_INTERNAL_64K; in ___xe_bo_create_locked()
H A Dxe_vm.c3483 if ((bo->flags & XE_BO_FLAG_INTERNAL_64K) && in xe_vm_bind_ioctl_validate_bo()