Searched refs:intel_guc_log (Results 1 – 5 of 5) sorted by relevance
64 struct intel_guc_log { struct83 void intel_guc_log_init_early(struct intel_guc_log *log); argument84 int intel_guc_log_create(struct intel_guc_log *log);85 void intel_guc_log_destroy(struct intel_guc_log *log);87 int intel_guc_log_set_level(struct intel_guc_log *log, u32 level);88 bool intel_guc_log_relay_enabled(const struct intel_guc_log *log);89 int intel_guc_log_relay_open(struct intel_guc_log *log);90 void intel_guc_log_relay_flush(struct intel_guc_log *log);91 void intel_guc_log_relay_close(struct intel_guc_log *log);93 void intel_guc_log_handle_flush_event(struct intel_guc_log *log);[all …]
30 static void guc_log_capture_logs(struct intel_guc_log *log);75 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) in log_to_guc()80 static void guc_log_enable_flush_events(struct intel_guc_log *log) in guc_log_enable_flush_events()87 static void guc_log_disable_flush_events(struct intel_guc_log *log) in guc_log_disable_flush_events()162 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf()177 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer()191 static bool guc_check_log_buf_overflow(struct intel_guc_log *log, in guc_check_log_buf_overflow()230 static void guc_read_update_log_buffer(struct intel_guc_log *log) in guc_read_update_log_buffer()335 struct intel_guc_log *log = in capture_logs_work()336 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work()[all …]
49 struct intel_guc_log log;
97 intel_guc_log.o \
2363 struct intel_guc_log *log = &dev_priv->guc.log; in i915_guc_log_info()2575 struct intel_guc_log *log = filp->private_data; in i915_guc_log_relay_write()