Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c117 dev_warn(kfd_device, in kfd_device_info_set_sdma_info()
182 dev_warn(kfd_device, "v9 event interrupt handler is set due to " in kfd_device_info_set_event_interrupt_class()
471 dev_info(kfd_device, in kgd2kfd_probe()
476 dev_info(kfd_device, "%s %s not supported in kfd\n", in kgd2kfd_probe()
612 dev_err(kfd_device, "Error initializing interrupts\n"); in kfd_init_node()
618 dev_err(kfd_device, "Error initializing queue manager\n"); in kfd_init_node()
623 dev_err(kfd_device, "Could not allocate %d gws\n", in kfd_init_node()
632 dev_err(kfd_device, "Error adding device to topology\n"); in kfd_init_node()
725 dev_info(kfd_device, "Node: %d, interrupt_bitmap: %x\n", kfd_node_idx, in kfd_setup_interrupt_bitmap()
750 dev_err(kfd_device, in kgd2kfd_device_init()
[all …]
H A Dkfd_chardev.c64 struct device *kfd_device; variable
101 kfd_device = device_create(&kfd_class, NULL, in kfd_chardev_init()
104 err = PTR_ERR(kfd_device); in kfd_chardev_init()
105 if (IS_ERR(kfd_device)) in kfd_chardev_init()
123 kfd_device = NULL; in kfd_chardev_exit()
138 dev_warn(kfd_device, in kfd_open()
157 dev_dbg(kfd_device, "process pid %d opened kfd node, compat mode (32 bit) - %d\n", in kfd_open()
715 dev_dbg(kfd_device, "get apertures for process pid %d", p->lead_thread->pid); in kfd_ioctl_get_process_apertures()
734 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
736 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
[all …]
H A Dkfd_events.c1124 dev_dbg(kfd_device, in lookup_events_by_type_and_signal()
1135 dev_warn(kfd_device, in lookup_events_by_type_and_signal()
1144 dev_warn(kfd_device, in lookup_events_by_type_and_signal()
1149 dev_err(kfd_device, in lookup_events_by_type_and_signal()
1409 dev_notice(kfd_device, in kfd_signal_process_terminate_event()
H A Dkfd_priv.h1150 extern struct device *kfd_device;
H A Dkfd_process.c386 &kfd_device->kobj, "proc"); in kfd_procfs_init()
H A Dkfd_topology.c862 &sysprops_type, &kfd_device->kobj, in kfd_topology_update_sysfs()