Home
last modified time | relevance | path

Searched refs:pqn (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c39 if ((pqn->q && pqn->q->properties.queue_id == qid) || in get_queue_by_qid()
41 return pqn; in get_queue_by_qid()
114 if (!pqn) { in pqm_set_gws()
119 if (pqn->q) in pqm_set_gws()
237 kfree(pqn); in pqm_uninit()
386 pqn = kzalloc(sizeof(*pqn), GFP_KERNEL); in pqm_create_queue()
387 if (!pqn) { in pqm_create_queue()
491 kfree(pqn); in pqm_create_queue()
514 if (!pqn) { in pqm_destroy_queue()
579 if (!pqn || !pqn->q) { in pqm_update_queue_properties()
[all …]
H A Dkfd_debug.c39 struct process_queue_node *pqn; in kfd_dbg_ev_query_debug_event() local
55 if (!pqn->q) in kfd_dbg_ev_query_debug_event()
65 *gpu_id = pqn->q->device->id; in kfd_dbg_ev_query_debug_event()
120 struct process_queue_node *pqn; in kfd_dbg_ev_raise() local
166 if (!pqn->q) in kfd_dbg_ev_raise()
171 pqn->q->doorbell_id; in kfd_dbg_ev_raise()
218 struct process_queue_node *pqn; in kfd_set_dbg_ev_from_interrupt() local
228 if (!(pqn->q && pqn->q->device == dev && in kfd_set_dbg_ev_from_interrupt()
326 struct process_queue_node *pqn; in kfd_dbg_set_workaround() local
654 if (!pqn->q) in kfd_dbg_clean_exception_status()
[all …]