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
35 * - 1.7 - Checkpoint Restore (CRIU) API
36 * - 1.8 - CRIU - Support for SDMA transfers with GTT BOs
37 * - 1.9 - Add available memory ioctl
38 * - 1.10 - Add SMI profiler event log
39 * - 1.11 - Add unified memory for ctx save/restore area
164 /* from KFD, should be in the range [1 - NUM_OF_SUPPORTED_GPUS] */
174 /* to KFD - indicates amount of memory present in
176 * from KFD - Number of entries filled by KFD.
243 __u32 event_trigger_data; /* from KFD - signal events only */
246 __u32 node_id; /* to KFD - only valid for certain
269 __u32 ReadOnly; /* Write access to a read-only page */
379 * @mmap_offset: for CPU-mapping the allocation by mmapping a render node
467 * KFD SMI(System Management Interface) events
514 #define KFD_SMI_EVENT_MASK_FROM_INDEX(i) (1ULL << ((i) - 1))
528 * 2. CHECKPOINT op to checkpoint process contents (BOs, queues, events, svm-ranges)
529 * 3. UNPAUSE op to un-evict all the queues
549 * kfd_ioctl_criu_args - Arguments perform CRIU operation
563 * Return: 0 on success, -errno on failure
595 /* CRIU IOCTLs - END */
621 * kfd_ioctl_svm_op - SVM ioctl operations
631 /** kfd_ioctl_svm_location - Enum for preferred and prefetch locations
643 * kfd_ioctl_svm_attr_type - SVM attribute types
672 * kfd_ioctl_svm_attribute - Attributes as pairs of type and value
685 * kfd_ioctl_svm_args - Arguments for SVM ioctl
688 * @kfd_ioctl_svm_op). @start_addr and @size are common for all
694 * are given, the function returns -EINVAL.
732 * kfd_ioctl_set_xnack_mode_args - Arguments for set_xnack_mode
753 * per-process. Therefore changing the mode is only allowed while no
763 * Return: 0 on success, -errno on failure