Lines Matching refs:guc_id
377 u16 guc_id) in __guc_exec_queue_policy_start_klv() argument
381 policy->h2g.header.guc_id = guc_id; in __guc_exec_queue_policy_start_klv()
1792 g2h_exec_queue_lookup(struct xe_guc *guc, u32 guc_id) in g2h_exec_queue_lookup() argument
1797 if (unlikely(guc_id >= GUC_ID_MAX)) { in g2h_exec_queue_lookup()
1798 drm_err(&xe->drm, "Invalid guc_id %u", guc_id); in g2h_exec_queue_lookup()
1802 q = xa_load(&guc->submission_state.exec_queue_lookup, guc_id); in g2h_exec_queue_lookup()
1804 drm_err(&xe->drm, "Not engine present for guc_id %u", guc_id); in g2h_exec_queue_lookup()
1808 xe_assert(xe, guc_id >= q->guc->id); in g2h_exec_queue_lookup()
1809 xe_assert(xe, guc_id < (q->guc->id + q->width)); in g2h_exec_queue_lookup()
1867 u32 guc_id = msg[0]; in xe_guc_sched_done_handler() local
1875 q = g2h_exec_queue_lookup(guc, guc_id); in xe_guc_sched_done_handler()
1909 u32 guc_id = msg[0]; in xe_guc_deregister_done_handler() local
1916 q = g2h_exec_queue_lookup(guc, guc_id); in xe_guc_deregister_done_handler()
1938 u32 guc_id = msg[0]; in xe_guc_exec_queue_reset_handler() local
1945 q = g2h_exec_queue_lookup(guc, guc_id); in xe_guc_exec_queue_reset_handler()
1950 xe_hw_engine_class_to_str(q->class), q->logical_mask, guc_id); in xe_guc_exec_queue_reset_handler()
1975 u32 guc_id = msg[0]; in xe_guc_exec_queue_memory_cat_error_handler() local
1982 q = g2h_exec_queue_lookup(guc, guc_id); in xe_guc_exec_queue_memory_cat_error_handler()
1987 xe_hw_engine_class_to_str(q->class), q->logical_mask, guc_id); in xe_guc_exec_queue_memory_cat_error_handler()