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_flat_memory.c420 dev_dbg(kfd_device, "node id %u\n", id); in kfd_init_apertures()
421 dev_dbg(kfd_device, "gpu id %u\n", pdd->dev->id); in kfd_init_apertures()
422 dev_dbg(kfd_device, "lds_base %llX\n", pdd->lds_base); in kfd_init_apertures()
423 dev_dbg(kfd_device, "lds_limit %llX\n", pdd->lds_limit); in kfd_init_apertures()
424 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_init_apertures()
425 dev_dbg(kfd_device, "gpuvm_limit %llX\n", pdd->gpuvm_limit); in kfd_init_apertures()
426 dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base); in kfd_init_apertures()
427 dev_dbg(kfd_device, "scratch_limit %llX\n", pdd->scratch_limit); in kfd_init_apertures()
H A Dkfd_chardev.c65 struct device *kfd_device; variable
102 kfd_device = device_create(&kfd_class, NULL, in kfd_chardev_init()
105 err = PTR_ERR(kfd_device); in kfd_chardev_init()
106 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()
158 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open()
698 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid); in kfd_ioctl_get_process_apertures()
717 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
719 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
[all …]
H A DMakefile27 $(AMDKFD_PATH)/kfd_device.o \
H A Dkfd_events.c1119 dev_dbg(kfd_device, in lookup_events_by_type_and_signal()
1130 dev_warn(kfd_device, in lookup_events_by_type_and_signal()
1139 dev_warn(kfd_device, in lookup_events_by_type_and_signal()
1144 dev_err(kfd_device, in lookup_events_by_type_and_signal()
H A Dkfd_priv.h1121 extern struct device *kfd_device;
H A Dkfd_topology.c866 &sysprops_type, &kfd_device->kobj, in kfd_topology_update_sysfs()