Searched refs:intel_guc_log (Results 1 – 8 of 8) sorted by relevance
47 struct intel_guc_log { struct66 void intel_guc_log_init_early(struct intel_guc_log *log); argument67 int intel_guc_log_create(struct intel_guc_log *log);68 void intel_guc_log_destroy(struct intel_guc_log *log);70 int intel_guc_log_set_level(struct intel_guc_log *log, u32 level);71 bool intel_guc_log_relay_created(const struct intel_guc_log *log);72 int intel_guc_log_relay_open(struct intel_guc_log *log);73 int intel_guc_log_relay_start(struct intel_guc_log *log);74 void intel_guc_log_relay_flush(struct intel_guc_log *log);75 void intel_guc_log_relay_close(struct intel_guc_log *log);[all …]
18 static void guc_log_capture_logs(struct intel_guc_log *log);63 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) in log_to_guc()68 static void guc_log_enable_flush_events(struct intel_guc_log *log) in guc_log_enable_flush_events()75 static void guc_log_disable_flush_events(struct intel_guc_log *log) in guc_log_disable_flush_events()153 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf()168 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer()182 static bool guc_check_log_buf_overflow(struct intel_guc_log *log, in guc_check_log_buf_overflow()223 static void guc_read_update_log_buffer(struct intel_guc_log *log) in guc_read_update_log_buffer()328 struct intel_guc_log *log = in capture_logs_work()329 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work()[all …]
30 struct intel_guc_log log;
35 intel_guc_log_init_early(struct intel_guc_log *log) in intel_guc_log_init_early()40 intel_guc_log_create(struct intel_guc_log *log) in intel_guc_log_create()47 intel_guc_log_destroy(struct intel_guc_log *log) in intel_guc_log_destroy()52 intel_guc_log_set_level(struct intel_guc_log *log, u32 level) in intel_guc_log_set_level()59 intel_guc_log_relay_created(const struct intel_guc_log *log) in intel_guc_log_relay_created()66 intel_guc_log_relay_open(struct intel_guc_log *log) in intel_guc_log_relay_open()73 intel_guc_log_relay_start(struct intel_guc_log *log) in intel_guc_log_relay_start()80 intel_guc_log_relay_flush(struct intel_guc_log *log) in intel_guc_log_relay_flush()85 intel_guc_log_relay_close(struct intel_guc_log *log) in intel_guc_log_relay_close()90 intel_guc_log_handle_flush_event(struct intel_guc_log *log) in intel_guc_log_handle_flush_event()
78 file external/bsd/drm2/i915drm/intel_guc_log.c i915drmkms205 #file external/bsd/drm2/dist/drm/i915/gt/uc/intel_guc_log.c i915drmkms
88 SRCS+= intel_guc_log.c
166 gt/uc/intel_guc_log.o \
1763 struct intel_guc_log *log = &dev_priv->gt.uc.guc.log; in i915_guc_log_info()1919 struct intel_guc_log *log = &guc->log; in i915_guc_log_relay_open()1935 struct intel_guc_log *log = filp->private_data; in i915_guc_log_relay_write()