Symbol: xe_sched_msg
drivers/gpu/drm/xe/xe_gpu_scheduler.c
110
struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_gpu_scheduler.c
118
struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_gpu_scheduler.c
132
struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_gpu_scheduler.c
16
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_gpu_scheduler.c
19
msg = list_first_entry_or_null(&sched->msgs, struct xe_sched_msg, link);
drivers/gpu/drm/xe/xe_gpu_scheduler.c
25
static struct xe_sched_msg *
drivers/gpu/drm/xe/xe_gpu_scheduler.c
28
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_gpu_scheduler.c
32
struct xe_sched_msg, link);
drivers/gpu/drm/xe/xe_gpu_scheduler.c
44
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_gpu_scheduler.h
28
struct xe_sched_msg *msg);
drivers/gpu/drm/xe/xe_gpu_scheduler.h
30
struct xe_sched_msg *msg);
drivers/gpu/drm/xe/xe_gpu_scheduler.h
32
struct xe_sched_msg *msg);
drivers/gpu/drm/xe/xe_gpu_scheduler_types.h
37
void (*process_msg)(struct xe_sched_msg *msg);
drivers/gpu/drm/xe/xe_guc_exec_queue_types.h
40
struct xe_sched_msg static_msgs[MAX_STATIC_MSG_TYPE];
drivers/gpu/drm/xe/xe_guc_submit.c
1756
static void __guc_exec_queue_process_msg_cleanup(struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_guc_submit.c
1785
static void __guc_exec_queue_process_msg_set_sched_props(struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_guc_submit.c
1828
static void __guc_exec_queue_process_msg_suspend(struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_guc_submit.c
1858
static void __guc_exec_queue_process_msg_resume(struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_guc_submit.c
1874
static void __guc_exec_queue_process_msg_set_multi_queue_priority(struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_guc_submit.c
1893
static void guc_exec_queue_process_msg(struct xe_sched_msg *msg)
drivers/gpu/drm/xe/xe_guc_submit.c
2041
static void guc_exec_queue_add_msg(struct xe_exec_queue *q, struct xe_sched_msg *msg,
drivers/gpu/drm/xe/xe_guc_submit.c
2060
struct xe_sched_msg *msg,
drivers/gpu/drm/xe/xe_guc_submit.c
2070
struct xe_sched_msg *msg,
drivers/gpu/drm/xe/xe_guc_submit.c
2086
struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_CLEANUP;
drivers/gpu/drm/xe/xe_guc_submit.c
2097
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_guc_submit.c
2115
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_guc_submit.c
2134
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_guc_submit.c
2153
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_guc_submit.c
2181
struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_SUSPEND;
drivers/gpu/drm/xe/xe_guc_submit.c
2240
struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_RESUME;
drivers/gpu/drm/xe/xe_guc_submit.c
2657
struct xe_sched_msg *msg;
drivers/gpu/drm/xe/xe_trace.h
304
DECLARE_EVENT_CLASS(xe_sched_msg,
drivers/gpu/drm/xe/xe_trace.h
305
TP_PROTO(struct xe_sched_msg *msg),
drivers/gpu/drm/xe/xe_trace.h
328
DEFINE_EVENT(xe_sched_msg, xe_sched_msg_add,
drivers/gpu/drm/xe/xe_trace.h
329
TP_PROTO(struct xe_sched_msg *msg),
drivers/gpu/drm/xe/xe_trace.h
333
DEFINE_EVENT(xe_sched_msg, xe_sched_msg_recv,
drivers/gpu/drm/xe/xe_trace.h
334
TP_PROTO(struct xe_sched_msg *msg),