HomeSort by: relevance | last modified time | path
    Searched refs:kfd_device (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_flat_memory.c 440 dev_dbg(kfd_device, "node id %u\n", id);
441 dev_dbg(kfd_device, "gpu id %u\n", pdd->dev->id);
442 dev_dbg(kfd_device, "lds_base %llX\n", pdd->lds_base);
443 dev_dbg(kfd_device, "lds_limit %llX\n", pdd->lds_limit);
444 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base);
445 dev_dbg(kfd_device, "gpuvm_limit %llX\n", pdd->gpuvm_limit);
446 dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base);
447 dev_dbg(kfd_device, "scratch_limit %llX\n", pdd->scratch_limit);
kfd_device.c 1 /* $NetBSD: kfd_device.c,v 1.3 2021/12/18 23:44:59 riastradh Exp $ */
26 __KERNEL_RCSID(0, "$NetBSD: kfd_device.c,v 1.3 2021/12/18 23:44:59 riastradh Exp $");
505 dev_err(kfd_device, "asic_type %d out of range\n", asic_type);
513 dev_err(kfd_device, "%s %s not supported in kfd\n",
529 dev_info(kfd_device,
598 dev_err(kfd_device,
609 dev_err(kfd_device, "Could not allocate %d gws\n",
635 dev_err(kfd_device, "Could not allocate %d bytes\n", size);
639 dev_info(kfd_device, "Allocated %d bytes on gart\n", size);
643 dev_err(kfd_device, "Error initializing gtt sub-allocator\n")
    [all...]
kfd_chardev.c 66 struct device *kfd_device; variable in typeref:struct:device *
82 kfd_device = device_create(kfd_class, NULL,
85 err = PTR_ERR(kfd_device);
86 if (IS_ERR(kfd_device))
108 return kfd_device;
123 dev_warn(kfd_device,
142 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n",
879 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid);
900 dev_dbg(kfd_device,
902 dev_dbg(kfd_device,
    [all...]
Makefile 27 $(AMDKFD_PATH)/kfd_device.o \
kfd_iommu.c 77 dev_err(kfd_device,
83 dev_err(kfd_device,
97 dev_err(kfd_device, "error setting pasid limit\n");
198 dev_warn_ratelimited(kfd_device,
kfd_events.c 849 dev_dbg(kfd_device,
858 dev_warn(kfd_device,
867 dev_warn(kfd_device,
872 dev_err(kfd_device,
kfd_priv.h 835 extern struct device *kfd_device;
kfd_process.c 123 &kfd_device->kobj, "proc");
kfd_topology.c 801 &sysprops_type, &kfd_device->kobj,

Completed in 18 milliseconds