Home
last modified time | relevance | path

Searched refs:xe_sched_msg (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gpu_scheduler.c16 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()
Dxe_gpu_scheduler_types.h17 struct xe_sched_msg { struct
37 void (*process_msg)(struct xe_sched_msg *msg); argument
Dxe_trace.h276 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),
Dxe_gpu_scheduler.h28 struct xe_sched_msg *msg);
30 struct xe_sched_msg *msg);
Dxe_guc_exec_queue_types.h33 struct xe_sched_msg static_msgs[MAX_STATIC_MSG_TYPE];
Dxe_guc_submit.c1253 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 …]