Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c74 dev = kfd_device_by_id(gpu_id); in kfd_debugfs_hang_hws_write()
H A Dkfd_chardev.c1636 dev = kfd_device_by_id(GET_GPU_ID(args->handle)); in kfd_ioctl_export_dmabuf()
2252 dev = kfd_device_by_id(device_buckets[i].actual_gpu_id); in criu_restore_devices()
3503 dev = kfd_device_by_id(gpu_id); in kfd_mmap()
H A Dkfd_topology.c100 struct kfd_node *kfd_device_by_id(uint32_t gpu_id) in kfd_device_by_id() function