Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ | |
kfd_device.c | 467 static const struct kfd_device_info *kfd_supported_devices[][2] = { variable in typeref:typename:const struct kfd_device_info * [][2] 503 if (asic_type >= sizeof(kfd_supported_devices) / (sizeof(void *) * 2) 509 device_info = kfd_supported_devices[asic_type][vf]; |
kfd_device.c | 467 static const struct kfd_device_info *kfd_supported_devices[][2] = { variable in typeref:typename:const struct kfd_device_info * [][2] 503 if (asic_type >= sizeof(kfd_supported_devices) / (sizeof(void *) * 2) 509 device_info = kfd_supported_devices[asic_type][vf]; |