Searched refs:xe_sched_msg (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gpu_scheduler.c | 16 struct xe_sched_msg *msg; in xe_sched_process_msg_queue_if_ready() 19 msg = list_first_entry_or_null(&sched->msgs, struct xe_sched_msg, link); in xe_sched_process_msg_queue_if_ready() 25 static struct xe_sched_msg * 28 struct xe_sched_msg *msg; in xe_sched_get_msg() 32 struct xe_sched_msg, link); in xe_sched_get_msg() 44 struct xe_sched_msg *msg; in xe_sched_process_msg_work() 99 struct xe_sched_msg *msg) in xe_sched_add_msg() 107 struct xe_sched_msg *msg) in xe_sched_add_msg_locked()
|
D | xe_gpu_scheduler_types.h | 17 struct xe_sched_msg { struct 37 void (*process_msg)(struct xe_sched_msg *msg); argument
|
D | xe_trace.h | 276 DECLARE_EVENT_CLASS(xe_sched_msg, 277 TP_PROTO(struct xe_sched_msg *msg), 297 DEFINE_EVENT(xe_sched_msg, xe_sched_msg_add, 298 TP_PROTO(struct xe_sched_msg *msg), 302 DEFINE_EVENT(xe_sched_msg, xe_sched_msg_recv, 303 TP_PROTO(struct xe_sched_msg *msg),
|
D | xe_gpu_scheduler.h | 28 struct xe_sched_msg *msg); 30 struct xe_sched_msg *msg);
|
D | xe_guc_exec_queue_types.h | 33 struct xe_sched_msg static_msgs[MAX_STATIC_MSG_TYPE];
|
D | xe_guc_submit.c | 1253 static void __guc_exec_queue_process_msg_cleanup(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_cleanup() 1273 static void __guc_exec_queue_process_msg_set_sched_props(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_set_sched_props() 1304 static void __guc_exec_queue_process_msg_suspend(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_suspend() 1333 static void __guc_exec_queue_process_msg_resume(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_resume() 1355 static void guc_exec_queue_process_msg(struct xe_sched_msg *msg) in guc_exec_queue_process_msg() 1468 static void guc_exec_queue_add_msg(struct xe_exec_queue *q, struct xe_sched_msg *msg, in guc_exec_queue_add_msg() 1485 struct xe_sched_msg *msg, in guc_exec_queue_try_add_msg() 1501 struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_CLEANUP; in guc_exec_queue_fini() 1512 struct xe_sched_msg *msg; in guc_exec_queue_set_priority() 1530 struct xe_sched_msg *msg; in guc_exec_queue_set_timeslice() [all …]
|