Lines Matching +full:smi +full:- +full:common
30 * - 1.1 - initial version
31 * - 1.3 - Add SMI events support
32 * - 1.4 - Indicate new SRAM EDC bit in device properties
33 * - 1.5 - Add SVM API
34 * - 1.6 - Query clear flags in SVM get_attr API
153 /* from KFD, should be in the range [1 - NUM_OF_SUPPORTED_GPUS] */
163 /* to KFD - indicates amount of memory present in
165 * from KFD - Number of entries filled by KFD.
230 __u32 event_trigger_data; /* from KFD - signal events only */
233 __u32 node_id; /* to KFD - only valid for certain
256 __u32 ReadOnly; /* Write access to a read-only page */
366 * @mmap_offset: for CPU-mapping the allocation by mmapping a render node
454 * KFD SMI(System Management Interface) events
464 #define KFD_SMI_EVENT_MASK_FROM_INDEX(i) (1ULL << ((i) - 1))
492 * kfd_ioctl_svm_op - SVM ioctl operations
502 /** kfd_ioctl_svm_location - Enum for preferred and prefetch locations
514 * kfd_ioctl_svm_attr_type - SVM attribute types
543 * kfd_ioctl_svm_attribute - Attributes as pairs of type and value
556 * kfd_ioctl_svm_args - Arguments for SVM ioctl
559 * @kfd_ioctl_svm_op). @start_addr and @size are common for all
565 * are given, the function returns -EINVAL.
603 * kfd_ioctl_set_xnack_mode_args - Arguments for set_xnack_mode
624 * per-process. Therefore changing the mode is only allowed while no
634 * Return: 0 on success, -errno on failure