Home
last modified time | relevance | path

Searched refs:pr_debug (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_queue.c37 pr_debug("Printing queue properties:\n"); in print_queue_properties()
38 pr_debug("Queue Type: %u\n", q->type); in print_queue_properties()
39 pr_debug("Queue Size: %llu\n", q->queue_size); in print_queue_properties()
40 pr_debug("Queue percent: %u\n", q->queue_percent); in print_queue_properties()
41 pr_debug("Queue Address: 0x%llX\n", q->queue_address); in print_queue_properties()
42 pr_debug("Queue Id: %u\n", q->queue_id); in print_queue_properties()
43 pr_debug("Queue Process Vmid: %u\n", q->vmid); in print_queue_properties()
44 pr_debug("Queue Read Pointer: 0x%px\n", q->read_ptr); in print_queue_properties()
45 pr_debug("Queue Write Pointer: 0x%px\n", q->write_ptr); in print_queue_properties()
46 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->doorbell_ptr); in print_queue_properties()
[all …]
H A Dkfd_dbgdev.c200 pr_debug("DIQ Created with queue id: %d\n", qid); in dbgdev_register_diq()
267 pr_debug("\t\t%20s %08x\n", "set reg mask :", cntl->bitfields.mask); in dbgdev_address_watch_set_registers()
268 pr_debug("\t\t%20s %08x\n", "set reg add high :", in dbgdev_address_watch_set_registers()
270 pr_debug("\t\t%20s %08x\n", "set reg add low :", in dbgdev_address_watch_set_registers()
310 pr_debug("\t\t%30s\n", "* * * * * * * * * * * * * * * * * *"); in dbgdev_address_watch_nodiq()
311 pr_debug("\t\t%20s %08x\n", "register index :", i); in dbgdev_address_watch_nodiq()
312 pr_debug("\t\t%20s %08x\n", "vmid is :", pdd->qpd.vmid); in dbgdev_address_watch_nodiq()
313 pr_debug("\t\t%20s %08x\n", "Address Low is :", in dbgdev_address_watch_nodiq()
315 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq()
317 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq()
[all …]
H A Dkfd_doorbell.c107 pr_debug("Doorbell initialization:\n"); in kfd_doorbell_init()
108 pr_debug("doorbell base == 0x%08lX\n", in kfd_doorbell_init()
111 pr_debug("doorbell_base_dw_offset == 0x%08lX\n", in kfd_doorbell_init()
114 pr_debug("doorbell_process_limit == 0x%08lX\n", in kfd_doorbell_init()
117 pr_debug("doorbell_kernel_offset == 0x%08lX\n", in kfd_doorbell_init()
120 pr_debug("doorbell aperture size == 0x%08lX\n", in kfd_doorbell_init()
123 pr_debug("doorbell kernel address == %p\n", kfd->doorbell_kernel_ptr); in kfd_doorbell_init()
154 pr_debug("Mapping doorbell page\n" in kfd_doorbell_mmap()
195 pr_debug("Get kernel queue doorbell\n" in kfd_get_kernel_doorbell()
219 pr_debug("Writing %d to doorbell address %p\n", value, db); in write_kernel_doorbell()
[all …]
H A Dkfd_chardev.c209 pr_debug("Can't access eop buffer"); in set_queue_properties_from_user()
216 pr_debug("Can't access ctx save restore buffer"); in set_queue_properties_from_user()
248 pr_debug("Queue Percentage: %d, %d\n", in set_queue_properties_from_user()
251 pr_debug("Queue Priority: %d, %d\n", in set_queue_properties_from_user()
254 pr_debug("Queue Address: 0x%llX, 0x%llX\n", in set_queue_properties_from_user()
257 pr_debug("Queue Size: 0x%llX, %u\n", in set_queue_properties_from_user()
260 pr_debug("Queue r/w Pointers: %px, %px\n", in set_queue_properties_from_user()
264 pr_debug("Queue Format: %d\n", q_properties->format); in set_queue_properties_from_user()
266 pr_debug("Queue EOP: 0x%llX\n", q_properties->eop_ring_buffer_address); in set_queue_properties_from_user()
268 pr_debug("Queue CTX save area: 0x%llX\n", in set_queue_properties_from_user()
[all …]
H A Dkfd_packet_manager.c72 pr_debug("Over subscribed runlist\n"); in pm_calc_rlib_size()
87 pr_debug("runlist ib size %d\n", *rlib_size); in pm_calc_rlib_size()
148 pr_debug("Building runlist ib process count: %d queues count %d\n", in pm_create_runlist_ib()
156 pr_debug("Not enough space left in runlist IB\n"); in pm_create_runlist_ib()
173 pr_debug("static_queue, mapping kernel q %d, is debug status %d\n", in pm_create_runlist_ib()
192 pr_debug("static_queue, mapping user queue %d, is debug status %d\n", in pm_create_runlist_ib()
209 pr_debug("Finished map process and queues to runlist\n"); in pm_create_runlist_ib()
222 pr_debug("0x%2X ", rl_buffer[i]); in pm_create_runlist_ib()
223 pr_debug("\n"); in pm_create_runlist_ib()
319 pr_debug("runlist IB address: 0x%llX\n", rl_gpu_ib_addr); in pm_send_runlist()
H A Dkfd_process_queue_manager.c58 pr_debug("The new slot id %lu\n", found); in find_available_queue_slot()
191 pr_debug("PQM After init queue"); in init_user_queue()
254 pr_debug("Over-subscription is not allowed for SDMA.\n"); in pqm_create_queue()
265 pr_debug("DQM returned %d for create_queue\n", retval); in pqm_create_queue()
275 pr_debug("Over-subscription is not allowed when amdkfd.sched_policy == 1\n"); in pqm_create_queue()
286 pr_debug("DQM returned %d for create_queue\n", retval); in pqm_create_queue()
324 pr_debug("PQM After DQM create queue\n"); in pqm_create_queue()
329 pr_debug("PQM done creating queue\n"); in pqm_create_queue()
427 pr_debug("No queue %d exists for update operation\n", qid); in pqm_update_queue()
452 pr_debug("No queue %d exists for update operation\n", qid); in pqm_set_cu_mask()
[all …]
H A Dkfd_kernel_queue.c55 pr_debug("Initializing queue type %d size %d\n", KFD_QUEUE_TYPE_HIQ, in kq_initialize()
161 pr_debug("Assigning hiq to hqd\n"); in kq_initialize()
252 pr_debug("rptr: %d\n", rptr); in kq_acquire_packet_buffer()
253 pr_debug("wptr: %d\n", wptr); in kq_acquire_packet_buffer()
254 pr_debug("queue_address 0x%p\n", queue_address); in kq_acquire_packet_buffer()
299 pr_debug("0x%2X ", kq->pq_kernel_addr[i]); in kq_submit_packet()
301 pr_debug("\n"); in kq_submit_packet()
303 pr_debug("\n"); in kq_submit_packet()
H A Dkfd_dbgmgr.c104 pr_debug("H/W debugger is already active using pasid 0x%x\n", in kfd_dbgmgr_register()
125 pr_debug("H/W debugger is not registered by calling pasid 0x%x\n", in kfd_dbgmgr_unregister()
142 pr_debug("H/W debugger support was not registered for requester pasid 0x%x\n", in kfd_dbgmgr_wave_control()
155 pr_debug("H/W debugger support was not registered for requester pasid 0x%x\n", in kfd_dbgmgr_address_watch()
H A Dkfd_mqd_manager_v10.c67 pr_debug("update cu mask to %#x %#x %#x %#x\n", in update_cu_mask()
179 pr_debug("cp_hqd_pq_control 0x%x\n", m->cp_hqd_pq_control); in update_mqd()
192 pr_debug("cp_hqd_pq_doorbell_control 0x%x\n", in update_mqd()
405 pr_debug("%s@%i\n", __func__, __LINE__); in mqd_manager_init_v10()
418 pr_debug("%s@%i\n", __func__, __LINE__); in mqd_manager_init_v10()
421 pr_debug("%s@%i\n", __func__, __LINE__); in mqd_manager_init_v10()
433 pr_debug("%s@%i\n", __func__, __LINE__); in mqd_manager_init_v10()
449 pr_debug("%s@%i\n", __func__, __LINE__); in mqd_manager_init_v10()
461 pr_debug("%s@%i\n", __func__, __LINE__); in mqd_manager_init_v10()
H A Dkfd_device_queue_manager.c170 pr_debug("No doorbells available"); in allocate_doorbell()
218 pr_debug("vmid allocated: %d\n", allocated_vmid); in allocate_vmid()
322 pr_debug("Loading mqd to hqd on pipe %d, queue %d\n", in create_queue_nocpsch()
379 pr_debug("Total of %d queues are accountable so far\n", in create_queue_nocpsch()
428 pr_debug("hqd slot - pipe %d, queue %d\n", q->pipe, q->queue); in allocate_hqd()
463 pr_debug("q->properties.type %d is invalid\n", in destroy_queue_nocpsch_locked()
709 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_nocpsch()
785 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_cpsch()
827 pr_debug("Updated PD address to 0x%llx\n", pd_base); in register_process()
849 pr_debug("qpd->queues_list is %s\n", in unregister_process()
[all …]
H A Dkfd_process.c202 pr_debug("Sync memory failed, wait interrupted by user signal\n"); in kfd_process_alloc_gpuvm()
222 pr_debug("Map GTT BO to kernel failed\n"); in kfd_process_alloc_gpuvm()
296 pr_debug("Process already found\n"); in kfd_create_process()
427 pr_debug("Releasing pdd (topology id %d) for process (pasid 0x%x)\n", in kfd_process_destroy_pdds()
588 pr_debug("set tba :0x%llx, tma:0x%llx, cwsr_kaddr:%p for pqm.\n", in kfd_process_init_cwsr_apu()
619 pr_debug("set tba :0x%llx, tma:0x%llx, cwsr_kaddr:%p for pqm.\n", in kfd_process_device_init_cwsr_dgpu()
710 pr_debug("reserved doorbell 0x%03x - 0x%03x\n", range_start, range_end); in init_doorbell_bitmap()
711 pr_debug("reserved doorbell 0x%03x - 0x%03x\n", in init_doorbell_bitmap()
1034 pr_debug("Started evicting pasid 0x%x\n", p->pasid); in evict_process_worker()
1043 pr_debug("Finished evicting pasid 0x%x\n", p->pasid); in evict_process_worker()
[all …]
H A Dkfd_events.c89 pr_debug("Allocated new event signal page at %p, for process %p\n", in allocate_signal_page()
210 pr_debug("Signal event number %zu created with id %d, address %p\n", in create_signal_event()
802 pr_debug("Signal page could not be found\n"); in kfd_event_mmap()
812 pr_debug("Mapping signal page\n"); in kfd_event_mmap()
813 pr_debug(" start user address == 0x%08lx\n", vma->vm_start); in kfd_event_mmap()
814 pr_debug(" end user address == 0x%08lx\n", vma->vm_end); in kfd_event_mmap()
815 pr_debug(" pfn == 0x%016lX\n", pfn); in kfd_event_mmap()
816 pr_debug(" vm_flags == 0x%08lX\n", vma->vm_flags); in kfd_event_mmap()
817 pr_debug(" size == 0x%08lX\n", in kfd_event_mmap()
935 pr_debug("notpresent %d, noexecute %d, readonly %d\n", in kfd_signal_iommu_event()
H A Dkfd_device.c688 pr_debug("Starting kfd with the following scheduling policy %d\n", in kgd2kfd_device_init()
984 pr_debug("gtt_sa_num_of_chunks = %d, gtt_sa_bitmap = %p\n", in kfd_gtt_sa_init()
1028 pr_debug("Allocated mem_obj = %p for size = %d\n", *mem_obj, size); in kfd_gtt_sa_allocate()
1040 pr_debug("Found = %d\n", found); in kfd_gtt_sa_allocate()
1058 pr_debug("gpu_addr = %p, cpu_addr = %p\n", in kfd_gtt_sa_allocate()
1063 pr_debug("Single bit\n"); in kfd_gtt_sa_allocate()
1098 pr_debug("range_start = %d, range_end = %d\n", in kfd_gtt_sa_allocate()
1112 pr_debug("Allocation failed with mem_obj = %p\n", mem_obj); in kfd_gtt_sa_allocate()
1126 pr_debug("Free mem_obj = %p, range_start = %d, range_end = %d\n", in kfd_gtt_sa_free()
H A Dkfd_crat.c158 pr_debug("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores, in kfd_populated_cu_info_cpu()
176 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low); in kfd_populated_cu_info_gpu()
187 pr_debug("Found CU entry in CRAT table with proximity_domain=%d caps=%x\n", in kfd_parse_subtype_cu()
231 pr_debug("Found memory entry in CRAT table with proximity_domain=%d\n", in kfd_parse_subtype_mem()
300 pr_debug("Found cache entry in CRAT table with processor_id=%d\n", id); in kfd_parse_subtype_cache()
367 pr_debug("Found IO link entry in CRAT table with id_from=%d, id_to %d\n", in kfd_parse_subtype_iolink()
458 pr_debug("Found TLB entry in CRAT table (not processing)\n"); in kfd_parse_subtype()
464 pr_debug("Found CCOMPUTE entry in CRAT table (not processing)\n"); in kfd_parse_subtype()
743 pr_debug("Added [%d] GPU cache entries\n", *num_of_entries); in kfd_fill_gpu_cache_info()
1062 pr_debug("Fill gpu memory affinity - type 0x%x size 0x%llx\n", in kfd_fill_gpu_memory_affinity()
H A Dkfd_int_process_v9.c69 pr_debug("client id 0x%x, source id %d, vmid %d, pasid 0x%x. raw data:\n", in event_interrupt_isr_v9()
71 pr_debug("%8X, %8X, %8X, %8X, %8X, %8X, %8X, %8X.\n", in event_interrupt_isr_v9()
H A Dkfd_device_queue_manager_cik.c149 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n", in update_qpd_cik()
179 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n", in update_qpd_cik_hawaii()
H A Dkfd_device_queue_manager_vi.c193 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n", in update_qpd_vi()
227 pr_debug("sh_mem_bases nybble: 0x%X and register 0x%X\n", in update_qpd_vi_tonga()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebug.h41 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)
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dlogger_types.h40 #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 …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v10.c161 pr_debug("pasid 0x%x vmid %d, reg value %x\n", pasid, vmid, pasid_mapping); in kgd_set_pasid_vmid_mapping()
163 pr_debug("ATHUB, reg %x\n", SOC15_REG_OFFSET(ATHUB, 0, mmATC_VMID0_PASID_MAPPING) + vmid); in kgd_set_pasid_vmid_mapping()
175 pr_debug("ATHUB mapping update finished\n"); in kgd_set_pasid_vmid_mapping()
182 pr_debug("update mapping for IH block and mmhub"); in kgd_set_pasid_vmid_mapping()
233 pr_debug("RLC register offset for SDMA%d RLC%d: 0x%x\n", engine_id, in get_sdma_rlc_reg_offset()
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); in kgd_hqd_load()
325 pr_debug("%s setting CP_PQ_WPTR_POLL_CNTL1 to %x\n", __func__, in kgd_hqd_load()
361 pr_debug("kfd: set HIQ, mec:%d, pipe:%d, queue:%d.\n", in kgd_hiq_mqd_load()
618 pr_debug("HW is processing IQ\n"); in kgd_hqd_destroy()
[all …]
H A Damdgpu_amdkfd_gpuvm.c108 pr_debug("Kernel memory limit %lluM, TTM limit %lluM\n", in amdgpu_amdkfd_gpuvm_init_mem_limits()
437 pr_debug("\t add VA 0x%llx - 0x%llx to vm %p\n", va, in add_bo_to_vm()
477 pr_debug("\t remove VA 0x%llx - 0x%llx in entry %p\n", in remove_bo_from_vm()
1074 pr_debug("Destroying process vm %p\n", vm); in amdgpu_amdkfd_gpuvm_destroy_process_vm()
1089 pr_debug("Releasing process vm %p\n", vm); in amdgpu_amdkfd_gpuvm_release_process_vm()
1183 pr_debug("Insufficient system memory\n"); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1187 pr_debug("\tcreate BO VA 0x%llx size 0x%llx domain %s\n", in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1199 pr_debug("Failed to create BO on domain %s. ret %d\n", in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1260 pr_debug("BO VA 0x%llx size 0x%lx is still mapped.\n", in amdgpu_amdkfd_gpuvm_free_memory_of_gpu()
1290 pr_debug("Release VA 0x%llx - 0x%llx\n", mem->va, in amdgpu_amdkfd_gpuvm_free_memory_of_gpu()
[all …]
H A Damdgpu_amdkfd_gfx_v8.c184 pr_debug("RLC register offset for SDMA%d RLC%d: 0x%x\n", in get_sdma_rlc_reg_offset()
222 pr_debug("kfd: set HIQ, mec:%d, pipe:%d, queue:%d.\n", in kgd_hqd_load()
486 pr_debug("HW is processing IQ\n"); in kgd_hqd_destroy()
500 pr_debug("IQ timer is active\n"); in kgd_hqd_destroy()
516 pr_debug("Dequeue request is pending\n"); in kgd_hqd_destroy()
/netbsd-src/sys/external/bsd/drm2/dist/drm/selftests/
H A Ddrm_selftest.c80 pr_debug("drm: Running %s\n", st->name); in run_selftests()
104 pr_debug("Running %s/%s\n", caller, st->name); in __drm_subtests()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c41 # define pr_debug(fmt, args...) fprintf (stderr, fmt, ##args) macro
43 # define pr_debug(fmt, args...) macro
1042 pr_debug ("debug_exp: "); in debug_exp()
1098 pr_debug ("%s (%s, %s, %d, %s)", name, in debug_exp()
1103 pr_debug ("\n"); in debug_exp()
1469 pr_debug ("%s:%d: apply_fixups: new %s fixup (PCrel:%s) of size %d @ \ in apply_fixups()
1496 pr_debug ("Emit insn : 0x%llx\n", insn->insn); in emit_insn0()
1497 pr_debug ("\tLength : %d\n", insn->len); in emit_insn0()
1498 pr_debug ("\tLong imm: 0x%lx\n", insn->limm); in emit_insn0()
1782 pr_debug ("%s:%d: find_opcode_match: trying opcode 0x%08llX ", in find_opcode_match()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c41 # define pr_debug(fmt, args...) fprintf (stderr, fmt, ##args) macro
43 # define pr_debug(fmt, args...) macro
1033 pr_debug ("debug_exp: "); in debug_exp()
1089 pr_debug ("%s (%s, %s, %d, %s)", name, in debug_exp()
1094 pr_debug ("\n"); in debug_exp()
1458 pr_debug ("%s:%d: apply_fixups: new %s fixup (PCrel:%s) of size %d @ \ in apply_fixups()
1485 pr_debug ("Emit insn : 0x%llx\n", insn->insn); in emit_insn0()
1486 pr_debug ("\tLength : %d\n", insn->len); in emit_insn0()
1487 pr_debug ("\tLong imm: 0x%lx\n", insn->limm); in emit_insn0()
1771 pr_debug ("%s:%d: find_opcode_match: trying opcode 0x%08llX ", in find_opcode_match()
[all …]

1234