HomeSort by: relevance | last modified time | path
    Searched refs:pr_debug (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_queue.c 37 pr_debug("Printing queue properties:\n");
38 pr_debug("Queue Type: %u\n", q->type);
39 pr_debug("Queue Size: %llu\n", q->queue_size);
40 pr_debug("Queue percent: %u\n", q->queue_percent);
41 pr_debug("Queue Address: 0x%llX\n", q->queue_address);
42 pr_debug("Queue Id: %u\n", q->queue_id);
43 pr_debug("Queue Process Vmid: %u\n", q->vmid);
44 pr_debug("Queue Read Pointer: 0x%px\n", q->read_ptr);
45 pr_debug("Queue Write Pointer: 0x%px\n", q->write_ptr);
46 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->doorbell_ptr)
    [all...]
kfd_dbgdev.c 200 pr_debug("DIQ Created with queue id: %d\n", qid);
267 pr_debug("\t\t%20s %08x\n", "set reg mask :", cntl->bitfields.mask);
268 pr_debug("\t\t%20s %08x\n", "set reg add high :",
270 pr_debug("\t\t%20s %08x\n", "set reg add low :",
310 pr_debug("\t\t%30s\n", "* * * * * * * * * * * * * * * * * *");
311 pr_debug("\t\t%20s %08x\n", "register index :", i);
312 pr_debug("\t\t%20s %08x\n", "vmid is :", pdd->qpd.vmid);
313 pr_debug("\t\t%20s %08x\n", "Address Low is :",
315 pr_debug("\t\t%20s %08x\n", "Address high is :",
317 pr_debug("\t\t%20s %08x\n", "Address high is :"
    [all...]
kfd_doorbell.c 107 pr_debug("Doorbell initialization:\n");
108 pr_debug("doorbell base == 0x%08lX\n",
111 pr_debug("doorbell_base_dw_offset == 0x%08lX\n",
114 pr_debug("doorbell_process_limit == 0x%08lX\n",
117 pr_debug("doorbell_kernel_offset == 0x%08lX\n",
120 pr_debug("doorbell aperture size == 0x%08lX\n",
123 pr_debug("doorbell kernel address == %p\n", kfd->doorbell_kernel_ptr);
154 pr_debug("Mapping doorbell page\n"
195 pr_debug("Get kernel queue doorbell\n"
219 pr_debug("Writing %d to doorbell address %p\n", value, db)
    [all...]
kfd_dbgmgr.c 104 pr_debug("H/W debugger is already active using pasid 0x%x\n",
125 pr_debug("H/W debugger is not registered by calling pasid 0x%x\n",
142 pr_debug("H/W debugger support was not registered for requester pasid 0x%x\n",
155 pr_debug("H/W debugger support was not registered for requester pasid 0x%x\n",
kfd_kernel_queue.c 55 pr_debug("Initializing queue type %d size %d\n", KFD_QUEUE_TYPE_HIQ,
161 pr_debug("Assigning hiq to hqd\n");
252 pr_debug("rptr: %d\n", rptr);
253 pr_debug("wptr: %d\n", wptr);
254 pr_debug("queue_address 0x%p\n", queue_address);
299 pr_debug("0x%2X ", kq->pq_kernel_addr[i]);
301 pr_debug("\n");
303 pr_debug("\n");
kfd_chardev.c 209 pr_debug("Can't access eop buffer");
216 pr_debug("Can't access ctx save restore buffer");
248 pr_debug("Queue Percentage: %d, %d\n",
251 pr_debug("Queue Priority: %d, %d\n",
254 pr_debug("Queue Address: 0x%llX, 0x%llX\n",
257 pr_debug("Queue Size: 0x%llX, %u\n",
260 pr_debug("Queue r/w Pointers: %px, %px\n",
264 pr_debug("Queue Format: %d\n", q_properties->format);
266 pr_debug("Queue EOP: 0x%llX\n", q_properties->eop_ring_buffer_address);
268 pr_debug("Queue CTX save area: 0x%llX\n"
    [all...]
kfd_packet_manager.c 72 pr_debug("Over subscribed runlist\n");
87 pr_debug("runlist ib size %d\n", *rlib_size);
148 pr_debug("Building runlist ib process count: %d queues count %d\n",
156 pr_debug("Not enough space left in runlist IB\n");
173 pr_debug("static_queue, mapping kernel q %d, is debug status %d\n",
192 pr_debug("static_queue, mapping user queue %d, is debug status %d\n",
209 pr_debug("Finished map process and queues to runlist\n");
222 pr_debug("0x%2X ", rl_buffer[i]);
223 pr_debug("\n");
319 pr_debug("runlist IB address: 0x%llX\n", rl_gpu_ib_addr)
    [all...]
kfd_mqd_manager_v10.c 67 pr_debug("update cu mask to %#x %#x %#x %#x\n",
179 pr_debug("cp_hqd_pq_control 0x%x\n", m->cp_hqd_pq_control);
192 pr_debug("cp_hqd_pq_doorbell_control 0x%x\n",
405 pr_debug("%s@%i\n", __func__, __LINE__);
418 pr_debug("%s@%i\n", __func__, __LINE__);
421 pr_debug("%s@%i\n", __func__, __LINE__);
433 pr_debug("%s@%i\n", __func__, __LINE__);
449 pr_debug("%s@%i\n", __func__, __LINE__);
461 pr_debug("%s@%i\n", __func__, __LINE__);
kfd_int_process_v9.c 69 pr_debug("client id 0x%x, source id %d, vmid %d, pasid 0x%x. raw data:\n",
71 pr_debug("%8X, %8X, %8X, %8X, %8X, %8X, %8X, %8X.\n",
kfd_process_queue_manager.c 58 pr_debug("The new slot id %lu\n", found);
191 pr_debug("PQM After init queue");
254 pr_debug("Over-subscription is not allowed for SDMA.\n");
265 pr_debug("DQM returned %d for create_queue\n", retval);
275 pr_debug("Over-subscription is not allowed when amdkfd.sched_policy == 1\n");
286 pr_debug("DQM returned %d for create_queue\n", retval);
324 pr_debug("PQM After DQM create queue\n");
329 pr_debug("PQM done creating queue\n");
427 pr_debug("No queue %d exists for update operation\n", qid);
452 pr_debug("No queue %d exists for update operation\n", qid)
    [all...]
kfd_device_queue_manager_v10.c 83 pr_debug("sh_mem_bases 0x%X\n", qpd->sh_mem_bases);
kfd_device_queue_manager_v9.c 80 pr_debug("sh_mem_bases 0x%X\n", qpd->sh_mem_bases);
kfd_device_queue_manager.c 170 pr_debug("No doorbells available");
218 pr_debug("vmid allocated: %d\n", allocated_vmid);
322 pr_debug("Loading mqd to hqd on pipe %d, queue %d\n",
379 pr_debug("Total of %d queues are accountable so far\n",
428 pr_debug("hqd slot - pipe %d, queue %d\n", q->pipe, q->queue);
463 pr_debug("q->properties.type %d is invalid\n",
709 pr_debug("Updated PD address to 0x%llx\n", pd_base);
785 pr_debug("Updated PD address to 0x%llx\n", pd_base);
827 pr_debug("Updated PD address to 0x%llx\n", pd_base);
849 pr_debug("qpd->queues_list is %s\n"
    [all...]
kfd_process.c 202 pr_debug("Sync memory failed, wait interrupted by user signal\n");
222 pr_debug("Map GTT BO to kernel failed\n");
296 pr_debug("Process already found\n");
427 pr_debug("Releasing pdd (topology id %d) for process (pasid 0x%x)\n",
588 pr_debug("set tba :0x%llx, tma:0x%llx, cwsr_kaddr:%p for pqm.\n",
619 pr_debug("set tba :0x%llx, tma:0x%llx, cwsr_kaddr:%p for pqm.\n",
710 pr_debug("reserved doorbell 0x%03x - 0x%03x\n", range_start, range_end);
711 pr_debug("reserved doorbell 0x%03x - 0x%03x\n",
1034 pr_debug("Started evicting pasid 0x%x\n", p->pasid);
1043 pr_debug("Finished evicting pasid 0x%x\n", p->pasid)
    [all...]
kfd_device_queue_manager_cik.c 149 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n",
179 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n",
kfd_device_queue_manager_vi.c 193 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n",
227 pr_debug("sh_mem_bases nybble: 0x%X and register 0x%X\n",
kfd_crat.c 158 pr_debug("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores,
176 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low);
187 pr_debug("Found CU entry in CRAT table with proximity_domain=%d caps=%x\n",
231 pr_debug("Found memory entry in CRAT table with proximity_domain=%d\n",
300 pr_debug("Found cache entry in CRAT table with processor_id=%d\n", id);
367 pr_debug("Found IO link entry in CRAT table with id_from=%d, id_to %d\n",
458 pr_debug("Found TLB entry in CRAT table (not processing)\n");
464 pr_debug("Found CCOMPUTE entry in CRAT table (not processing)\n");
743 pr_debug("Added [%d] GPU cache entries\n", *num_of_entries);
1062 pr_debug("Fill gpu memory affinity - type 0x%x size 0x%llx\n"
    [all...]
kfd_events.c 89 pr_debug("Allocated new event signal page at %p, for process %p\n",
210 pr_debug("Signal event number %zu created with id %d, address %p\n",
802 pr_debug("Signal page could not be found\n");
812 pr_debug("Mapping signal page\n");
813 pr_debug(" start user address == 0x%08lx\n", vma->vm_start);
814 pr_debug(" end user address == 0x%08lx\n", vma->vm_end);
815 pr_debug(" pfn == 0x%016lX\n", pfn);
816 pr_debug(" vm_flags == 0x%08lX\n", vma->vm_flags);
817 pr_debug(" size == 0x%08lX\n",
935 pr_debug("notpresent %d, noexecute %d, readonly %d\n"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
debug.h 41 pr_debug("gvt: core: "fmt, ##args)
44 pr_debug("gvt: irq: "fmt, ##args)
47 pr_debug("gvt: mm: "fmt, ##args)
50 pr_debug("gvt: mmio: "fmt, ##args)
53 pr_debug("gvt: dpy: "fmt, ##args)
56 pr_debug("gvt: el: "fmt, ##args)
59 pr_debug("gvt: sched: "fmt, ##args)
62 pr_debug("gvt: render: "fmt, ##args)
65 pr_debug("gvt: cmd: "fmt, ##args)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
logger_types.h 40 #define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)
42 #define DC_LOG_HW_LINK_TRAINING(...) pr_debug("[HW_LINK_TRAINING]:"__VA_ARGS__)
45 #define DC_LOG_HW_AUDIO(...) pr_debug("[HW_AUDIO]:"__VA_ARGS__)
48 #define DC_LOG_SCALER(...) pr_debug("[SCALER]:"__VA_ARGS__)
49 #define DC_LOG_BIOS(...) pr_debug("[BIOS]:"__VA_ARGS__)
50 #define DC_LOG_BANDWIDTH_CALCS(...) pr_debug("[BANDWIDTH_CALCS]:"__VA_ARGS__)
59 #define DC_LOG_DML(...) pr_debug("[DML]:"__VA_ARGS__)
65 #define DC_LOG_IF_TRACE(...) pr_debug("[IF_TRACE]:"__VA_ARGS__)
68 #define DC_LOG_GAMMA(...) pr_debug("[GAMMA]:"__VA_ARGS__)
69 #define DC_LOG_ALL_GAMMA(...) pr_debug("[GAMMA]:"__VA_ARGS__
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
pp_debug.h 56 pr_debug(fmt, ##__VA_ARGS__); \
  /src/sys/external/bsd/drm2/dist/drm/selftests/
drm_selftest.c 80 pr_debug("drm: Running %s\n", st->name);
104 pr_debug("Running %s/%s\n", caller, st->name);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gfx_v10.c 161 pr_debug("pasid 0x%x vmid %d, reg value %x\n", pasid, vmid, pasid_mapping);
163 pr_debug("ATHUB, reg %x\n", SOC15_REG_OFFSET(ATHUB, 0, mmATC_VMID0_PASID_MAPPING) + vmid);
175 pr_debug("ATHUB mapping update finished\n");
182 pr_debug("update mapping for IH block and mmhub");
233 pr_debug("RLC register offset for SDMA%d RLC%d: 0x%x\n", engine_id,
245 pr_debug("kfd: reg watch base address: 0x%x\n", retval);
273 pr_debug("Load hqd of pipe %d queue %d\n", pipe_id, queue_id);
325 pr_debug("%s setting CP_PQ_WPTR_POLL_CNTL1 to %x\n", __func__,
361 pr_debug("kfd: set HIQ, mec:%d, pipe:%d, queue:%d.\n",
618 pr_debug("HW is processing IQ\n")
    [all...]
amdgpu_amdkfd_gpuvm.c 108 pr_debug("Kernel memory limit %lluM, TTM limit %lluM\n",
437 pr_debug("\t add VA 0x%llx - 0x%llx to vm %p\n", va,
477 pr_debug("\t remove VA 0x%llx - 0x%llx in entry %p\n",
1074 pr_debug("Destroying process vm %p\n", vm);
1089 pr_debug("Releasing process vm %p\n", vm);
1183 pr_debug("Insufficient system memory\n");
1187 pr_debug("\tcreate BO VA 0x%llx size 0x%llx domain %s\n",
1199 pr_debug("Failed to create BO on domain %s. ret %d\n",
1260 pr_debug("BO VA 0x%llx size 0x%lx is still mapped.\n",
1290 pr_debug("Release VA 0x%llx - 0x%llx\n", mem->va
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
igt_reset.c 24 pr_debug("%s: current gpu_error=%08lx\n", __func__, gt->reset.flags);

Completed in 51 milliseconds

1 2 3