Home
last modified time | relevance | path

Searched refs:guc_ctb (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct_types.h40 struct guc_ctb { struct
125 struct guc_ctb h2g;
127 struct guc_ctb g2h;
H A Dxe_guc_debugfs.c63 static int guc_ctb(struct seq_file *m, void *data) in guc_ctb() function
93 {"guc_ctb", guc_ctb, 0},
H A Dxe_guc_ct.c61 static void ct_dead_capture(struct xe_guc_ct *ct, struct guc_ctb *ctb, u32 reason_code);
67 struct guc_ctb *_ctb = (ctb); \
265 static void guc_ct_ctb_h2g_init(struct xe_device *xe, struct guc_ctb *h2g, in guc_ct_ctb_h2g_init()
283 static void guc_ct_ctb_g2h_init(struct xe_device *xe, struct guc_ctb *g2h, in guc_ct_ctb_g2h_init()
522 struct guc_ctb *h2g = &ct->ctbs.h2g; in h2g_has_room()
634 struct guc_ctb *h2g = &ct->ctbs.h2g; in h2g_write()
860 struct guc_ctb *h2g = &ct->ctbs.h2g; in guc_ct_send_locked()
875 struct guc_ctb *g2h = &ct->ctbs.g2h; in guc_ct_send_locked()
1339 struct guc_ctb *g2h = &ct->ctbs.g2h; in g2h_read()
1642 static void guc_ctb_snapshot_capture(struct xe_device *xe, struct guc_ctb *ctb, in guc_ctb_snapshot_capture()
[all …]