Home
last modified time | relevance | path

Searched defs:intel_guc_log (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.h42 struct intel_guc_log { struct
46 * Protects concurrent access and modification of intel_guc_log->level. argument
51 struct mutex guc_lock;
54 struct {
59 } sizes[GUC_LOG_SECTIONS_LIMIT];
60 bool sizes_initialised;
84 void intel_guc_log_init_early(struct intel_guc_log *log); argument