Searched refs:KFD_IOCTL_SVM_LOCATION_UNDEFINED (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c315 *location = KFD_IOCTL_SVM_LOCATION_UNDEFINED;
316 *prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED;
698 val != KFD_IOCTL_SVM_LOCATION_UNDEFINED)
2628 } else if (prange->preferred_loc != KFD_IOCTL_SVM_LOCATION_UNDEFINED) {
3330 if (!best_loc || best_loc == KFD_IOCTL_SVM_LOCATION_UNDEFINED)
3414 if ((best_loc == KFD_IOCTL_SVM_LOCATION_UNDEFINED) ||
3662 uint32_t prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED;
3663 uint32_t location = KFD_IOCTL_SVM_LOCATION_UNDEFINED;
3745 KFD_IOCTL_SVM_LOCATION_UNDEFINED ||
3746 (location != KFD_IOCTL_SVM_LOCATION_UNDEFINED
[all...]
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h686 KFD_IOCTL_SVM_LOCATION_UNDEFINED = 0xffffffff enumerator in enum:kfd_ioctl_svm_location

Completed in 152 milliseconds