Home | History | Annotate | Download | only in intel

Lines Matching defs:stats

3310 	struct drm_i915_reset_stats stats;
3316 memclear(stats);
3319 stats.ctx_id = ctx->ctx_id;
3322 &stats);
3325 *reset_count = stats.reset_count;
3328 *active = stats.batch_active;
3331 *pending = stats.batch_pending;