Searched defs:guc_info (Results 1 – 3 of 3) sorted by relevance
179 struct guc_info { struct180 struct intel_ctb_coredump ctb[2];181 struct i915_vma_coredump *vma_ctb;182 struct i915_vma_coredump *vma_log;183 u32 timestamp;184 u16 last_fence;185 bool is_guc_capture;
24 static int guc_info(struct seq_file *m, void *data) in guc_info() function
24 #define guc_info(_guc, _fmt, ...) \ macro