Lines Matching refs:xe_guc_ct
13 int xe_guc_ct_init(struct xe_guc_ct *ct);
14 int xe_guc_ct_enable(struct xe_guc_ct *ct);
15 void xe_guc_ct_disable(struct xe_guc_ct *ct);
16 void xe_guc_ct_stop(struct xe_guc_ct *ct);
17 void xe_guc_ct_fast_path(struct xe_guc_ct *ct);
20 xe_guc_ct_snapshot_capture(struct xe_guc_ct *ct, bool atomic);
24 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool atomic);
26 static inline bool xe_guc_ct_enabled(struct xe_guc_ct *ct) in xe_guc_ct_enabled()
31 static inline void xe_guc_ct_irq_handler(struct xe_guc_ct *ct) in xe_guc_ct_irq_handler()
42 int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len,
44 int xe_guc_ct_send_locked(struct xe_guc_ct *ct, const u32 *action, u32 len,
46 int xe_guc_ct_send_recv(struct xe_guc_ct *ct, const u32 *action, u32 len,
49 xe_guc_ct_send_block(struct xe_guc_ct *ct, const u32 *action, u32 len) in xe_guc_ct_send_block()
55 int xe_guc_ct_send_g2h_handler(struct xe_guc_ct *ct, const u32 *action,
59 int xe_guc_ct_send_recv_no_fail(struct xe_guc_ct *ct, const u32 *action,
62 xe_guc_ct_send_block_no_fail(struct xe_guc_ct *ct, const u32 *action, u32 len) in xe_guc_ct_send_block_no_fail()
67 long xe_guc_ct_queue_proc_time_jiffies(struct xe_guc_ct *ct);