Symbol: xe_guc_log
drivers/gpu/drm/xe/xe_guc_log.c
102
log_to_gt(struct xe_guc_log *log)
drivers/gpu/drm/xe/xe_guc_log.c
108
log_to_xe(struct xe_guc_log *log)
drivers/gpu/drm/xe/xe_guc_log.c
113
static struct xe_guc_log_snapshot *xe_guc_log_snapshot_alloc(struct xe_guc_log *log, bool atomic)
drivers/gpu/drm/xe/xe_guc_log.c
188
struct xe_guc_log_snapshot *xe_guc_log_snapshot_capture(struct xe_guc_log *log, bool atomic)
drivers/gpu/drm/xe/xe_guc_log.c
579
void xe_guc_log_print_dmesg(struct xe_guc_log *log)
drivers/gpu/drm/xe/xe_guc_log.c
598
void xe_guc_log_print(struct xe_guc_log *log, struct drm_printer *p)
drivers/gpu/drm/xe/xe_guc_log.c
615
void xe_guc_log_print_lfd(struct xe_guc_log *log, struct drm_printer *p)
drivers/gpu/drm/xe/xe_guc_log.c
624
int xe_guc_log_init(struct xe_guc_log *log)
drivers/gpu/drm/xe/xe_guc_log.c
660
bool xe_guc_check_log_buf_overflow(struct xe_guc_log *log, enum guc_log_type type,
drivers/gpu/drm/xe/xe_guc_log.c
96
log_to_guc(struct xe_guc_log *log)
drivers/gpu/drm/xe/xe_guc_log.h
57
int xe_guc_log_init(struct xe_guc_log *log);
drivers/gpu/drm/xe/xe_guc_log.h
58
void xe_guc_log_print(struct xe_guc_log *log, struct drm_printer *p);
drivers/gpu/drm/xe/xe_guc_log.h
59
void xe_guc_log_print_lfd(struct xe_guc_log *log, struct drm_printer *p);
drivers/gpu/drm/xe/xe_guc_log.h
60
void xe_guc_log_print_dmesg(struct xe_guc_log *log);
drivers/gpu/drm/xe/xe_guc_log.h
61
struct xe_guc_log_snapshot *xe_guc_log_snapshot_capture(struct xe_guc_log *log, bool atomic);
drivers/gpu/drm/xe/xe_guc_log.h
66
xe_guc_log_get_level(struct xe_guc_log *log)
drivers/gpu/drm/xe/xe_guc_log.h
71
bool xe_guc_check_log_buf_overflow(struct xe_guc_log *log,
drivers/gpu/drm/xe/xe_guc_types.h
58
struct xe_guc_log log;