On Tue, Apr 01, 2025 at 10:26:54PM +0000, Jonathan Cavitt wrote:
> +/** struct xe_vm_fault - Describes faults for %DRM_XE_VM_GET_PROPERTY_FAULTS 
> */
> +struct xe_vm_fault {
> +     /** @address: Address of the fault */
> +     __u64 address;
> +     /** @address_precision: Precision of faulted address */
> +     __u32 address_precision;
> +     /** @access_type: Type of address access that resulted in fault */
> +     __u8 access_type;
> +     /** @fault_type: Type of fault reported */
> +     __u8 fault_type;
> +     /** @fault_level: fault level of the fault */
> +     __u8 fault_level;
> +     /** @pad: MBZ */
> +     __u8 pad;
> +     /** @reserved: MBZ */
> +     __u64 reserved[4];
> +};

Are the possible values here documented somewhere or should be just
follow bspec for them?

Reply via email to