Searched refs:intel_guc_log (Results 1 – 5 of 5) sorted by relevance
45 struct intel_guc_log { struct63 void intel_guc_log_init_early(struct intel_guc_log *log); argument64 int intel_guc_log_create(struct intel_guc_log *log);65 void intel_guc_log_destroy(struct intel_guc_log *log);67 int intel_guc_log_set_level(struct intel_guc_log *log, u32 level);68 bool intel_guc_log_relay_enabled(const struct intel_guc_log *log);69 int intel_guc_log_relay_open(struct intel_guc_log *log);70 void intel_guc_log_relay_flush(struct intel_guc_log *log);71 void intel_guc_log_relay_close(struct intel_guc_log *log);73 void intel_guc_log_handle_flush_event(struct intel_guc_log *log);[all …]
13 static void guc_log_capture_logs(struct intel_guc_log *log);58 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) in log_to_guc()63 static void guc_log_enable_flush_events(struct intel_guc_log *log) in guc_log_enable_flush_events()70 static void guc_log_disable_flush_events(struct intel_guc_log *log) in guc_log_disable_flush_events()148 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf()163 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer()177 static bool guc_check_log_buf_overflow(struct intel_guc_log *log, in guc_check_log_buf_overflow()218 static void guc_read_update_log_buffer(struct intel_guc_log *log) in guc_read_update_log_buffer()323 struct intel_guc_log *log = in capture_logs_work()324 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work()[all …]
28 struct intel_guc_log log;
154 gt/uc/intel_guc_log.o \
1860 struct intel_guc_log *log = &dev_priv->gt.uc.guc.log; in i915_guc_log_info()2034 struct intel_guc_log *log = &guc->log; in i915_guc_log_relay_open()2050 struct intel_guc_log *log = filp->private_data; in i915_guc_log_relay_write()