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