/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_flat_memory.c | 418 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 D | kfd_device.c | 101 dev_warn(kfd_device, in kfd_device_info_set_sdma_info() 168 dev_warn(kfd_device, "v9 event interrupt handler is set due to " in kfd_device_info_set_event_interrupt_class() 424 dev_err(kfd_device, "GC IP %06x %s not supported in kfd\n", in kgd2kfd_probe() 427 dev_err(kfd_device, "%s %s not supported in kfd\n", in kgd2kfd_probe() 532 dev_err(kfd_device, "Error initializing interrupts\n"); in kfd_init_node() 538 dev_err(kfd_device, "Error initializing queue manager\n"); in kfd_init_node() 543 dev_err(kfd_device, "Could not allocate %d gws\n", in kfd_init_node() 552 dev_err(kfd_device, "Error adding device to topology\n"); in kfd_init_node() 623 dev_info(kfd_device, "Node: %d, interrupt_bitmap: %x\n", kfd_node_idx, in kfd_setup_interrupt_bitmap() 648 dev_err(kfd_device, in kgd2kfd_device_init() [all...] |
H A D | kfd_chardev.c | 67 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() 714 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid); in kfd_ioctl_get_process_apertures() 733 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 735 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() [all...] |
H A D | Makefile | 27 $(AMDKFD_PATH)/kfd_device.o \
|
H A D | kfd_events.c | 1114 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 D | kfd_priv.h | 1100 extern struct device *kfd_device;
|
H A D | kfd_process.c | 359 &kfd_device->kobj, "proc"); in kfd_procfs_init()
|
H A D | kfd_topology.c | 863 &sysprops_type, &kfd_device->kobj, in kfd_topology_update_sysfs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_flat_memory.c | 437 dev_dbg(kfd_device, "node id %u\n", id); in kfd_init_apertures() 438 dev_dbg(kfd_device, "gpu id %u\n", pdd->dev->id); in kfd_init_apertures() 439 dev_dbg(kfd_device, "lds_base %llX\n", pdd->lds_base); in kfd_init_apertures() 440 dev_dbg(kfd_device, "lds_limit %llX\n", pdd->lds_limit); in kfd_init_apertures() 441 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_init_apertures() 442 dev_dbg(kfd_device, "gpuvm_limit %llX\n", pdd->gpuvm_limit); in kfd_init_apertures() 443 dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base); in kfd_init_apertures() 444 dev_dbg(kfd_device, "scratch_limit %llX\n", pdd->scratch_limit); in kfd_init_apertures()
|
H A D | kfd_device.c | 542 dev_err(kfd_device, "asic_type %d out of range\n", asic_type); in kgd2kfd_probe() 550 dev_err(kfd_device, "%s %s not supported in kfd\n", in kgd2kfd_probe() 566 dev_info(kfd_device, in kgd2kfd_probe() 694 dev_err(kfd_device, "Could not allocate %d bytes\n", size); in kgd2kfd_device_init() 698 dev_info(kfd_device, "Allocated %d bytes on gart\n", size); in kgd2kfd_device_init() 702 dev_err(kfd_device, "Error initializing gtt sub-allocator\n"); in kgd2kfd_device_init() 707 dev_err(kfd_device, in kgd2kfd_device_init() 719 dev_err(kfd_device, "Error initializing interrupts\n"); in kgd2kfd_device_init() 725 dev_err(kfd_device, "Error initializing queue manager\n"); in kgd2kfd_device_init() 733 dev_err(kfd_device, "Coul in kgd2kfd_device_init() [all...] |
H A D | kfd_chardev.c | 62 struct device *kfd_device; variable 78 kfd_device = device_create(kfd_class, NULL, in kfd_chardev_init() 81 err = PTR_ERR(kfd_device); in kfd_chardev_init() 82 if (IS_ERR(kfd_device)) in kfd_chardev_init() 100 kfd_device = NULL; in kfd_chardev_exit() 105 return kfd_device; in kfd_chardev() 120 dev_warn(kfd_device, in kfd_open() 132 dev_dbg(kfd_device, "kfd is locked!\n" in kfd_open() 141 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open() 879 dev_dbg(kfd_device, "ge in kfd_ioctl_get_process_apertures() [all...] |
H A D | kfd_iommu.c | 76 dev_err(kfd_device, in kfd_iommu_device_init() 82 dev_err(kfd_device, in kfd_iommu_device_init() 96 dev_err(kfd_device, "error setting pasid limit\n"); in kfd_iommu_device_init() 197 dev_warn_ratelimited(kfd_device, in iommu_invalid_ppr_cb()
|
H A D | Makefile | 27 $(AMDKFD_PATH)/kfd_device.o \
|
H A D | kfd_events.c | 843 dev_dbg(kfd_device, in lookup_events_by_type_and_signal() 852 dev_warn(kfd_device, in lookup_events_by_type_and_signal() 861 dev_warn(kfd_device, in lookup_events_by_type_and_signal() 866 dev_err(kfd_device, in lookup_events_by_type_and_signal()
|
H A D | kfd_priv.h | 916 extern struct device *kfd_device;
|
H A D | kfd_process.c | 359 &kfd_device->kobj, "proc"); in kfd_procfs_init()
|
H A D | kfd_topology.c | 811 &sysprops_type, &kfd_device->kobj, in kfd_topology_update_sysfs()
|