HomeSort by: relevance | last modified time | path
    Searched defs:kfd_supported_devices (Results 1 - 2 of 2) sorted by relevancy

  /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];

Completed in 100 milliseconds