Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display_bo.c20 return xe_bo_is_protected(gem_to_xe_bo(obj)); in xe_display_bo_is_protected()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h240 static inline bool xe_bo_is_protected(const struct xe_bo *bo) in xe_bo_is_protected() function
H A Dxe_vm.c3871 if ((bind_flags & DRM_XE_VM_BIND_FLAG_CHECK_PXP) && xe_bo_is_protected(bo) && in xe_vm_bind_ioctl_validate_bo()
4448 if (xe_bo_is_protected(bo)) { in xe_vm_validate_protected()