Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c418 dev_dbg(kfd_device, "node id %u\n", id); in kfd_init_apertures()
419 dev_dbg(kfd_device, "gpu id %u\n", pdd->dev->id); in kfd_init_apertures()
420 dev_dbg(kfd_device, "lds_base %llX\n", pdd->lds_base); in kfd_init_apertures()
421 dev_dbg(kfd_device, "lds_limit %llX\n", pdd->lds_limit); in kfd_init_apertures()
422 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_init_apertures()
423 dev_dbg(kfd_device, "gpuvm_limit %llX\n", pdd->gpuvm_limit); in kfd_init_apertures()
424 dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base); in kfd_init_apertures()
425 dev_dbg(kfd_device, "scratch_limit %llX\n", pdd->scratch_limit); in kfd_init_apertures()
H A Dkfd_device.c101 dev_warn(kfd_device, in kfd_device_info_set_sdma_info()
420 dev_err(kfd_device, "%s %s not supported in kfd\n", in kgd2kfd_probe()
525 dev_err(kfd_device, "Error initializing interrupts\n"); in kfd_init_node()
536 dev_err(kfd_device, "Could not allocate %d gws\n", in kfd_init_node()
641 dev_err(kfd_device, in kgd2kfd_device_init()
656 dev_info(kfd_device, in kgd2kfd_device_init()
731 dev_err(kfd_device, in kgd2kfd_device_init()
815 dev_err(kfd_device, "Error initializing KFD node\n"); in kgd2kfd_device_init()
843 dev_err(kfd_device, in kgd2kfd_device_init()
981 dev_err(kfd_device, in kfd_resume()
[all …]
H A Dkfd_chardev.c106 if (IS_ERR(kfd_device)) in kfd_chardev_init()
124 kfd_device = NULL; in kfd_chardev_exit()
139 dev_warn(kfd_device, in kfd_open()
733 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
735 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
737 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
739 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
741 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
743 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
745 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
[all …]
H A DMakefile27 $(AMDKFD_PATH)/kfd_device.o \
H A Dkfd_events.c1114 dev_dbg(kfd_device, in lookup_events_by_type_and_signal()
1125 dev_warn(kfd_device, in lookup_events_by_type_and_signal()
1134 dev_warn(kfd_device, in lookup_events_by_type_and_signal()
1139 dev_err(kfd_device, in lookup_events_by_type_and_signal()
H A Dkfd_priv.h1100 extern struct device *kfd_device;
H A Dkfd_process.c359 &kfd_device->kobj, "proc"); in kfd_procfs_init()
H A Dkfd_topology.c863 &sysprops_type, &kfd_device->kobj, in kfd_topology_update_sysfs()