Searched defs:drm_i915_error_state_buf (Results 1 – 1 of 1) sorted by relevance
234 struct drm_i915_error_state_buf { struct235 struct drm_i915_private *i915;236 struct scatterlist *sgl, *cur, *end;238 char *buf;239 size_t bytes;263 void i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...); argument
Completed in 6 milliseconds