Home
last modified time | relevance | path

Searched refs:kfd_supported_devices (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c502 static const struct kfd_device_info *kfd_supported_devices[][2] = { variable
540 if (asic_type >= sizeof(kfd_supported_devices) / (sizeof(void *) * 2) in kgd2kfd_probe()
546 device_info = kfd_supported_devices[asic_type][vf]; in kgd2kfd_probe()