Lines Matching refs:reset_count
368 unsigned int reset_count, count; in igt_reset_nop() local
375 reset_count = i915_reset_count(global); in igt_reset_nop()
416 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop()
418 engine->name, i915_reset_count(global), reset_count, count); in igt_reset_nop()
452 unsigned int reset_count, reset_engine_count, count; in igt_reset_nop_engine() local
471 reset_count = i915_reset_count(global); in igt_reset_nop_engine()
520 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine()
719 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
737 reset_count = i915_reset_count(global); in __igt_reset_engine()
804 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine()
1307 unsigned int reset_count; in igt_reset_wait() local
1350 reset_count = fake_hangcheck(gt, ALL_ENGINES); in igt_reset_wait()
1360 if (i915_reset_count(global) == reset_count) { in igt_reset_wait()
1699 unsigned int reset_count; in igt_reset_queue() local
1751 reset_count = fake_hangcheck(gt, BIT(id)); in igt_reset_queue()
1771 if (i915_reset_count(global) == reset_count) { in igt_reset_queue()