Lines Matching refs:reset_count
353 unsigned int reset_count, count; in igt_reset_nop() local
360 reset_count = i915_reset_count(global); in igt_reset_nop()
401 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop()
403 engine->name, i915_reset_count(global), reset_count, count); in igt_reset_nop()
437 unsigned int reset_count, reset_engine_count, count; in igt_reset_nop_engine() local
456 reset_count = i915_reset_count(global); in igt_reset_nop_engine()
505 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine()
704 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
722 reset_count = i915_reset_count(global); in __igt_reset_engine()
789 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine()
1301 unsigned int reset_count; in igt_reset_wait() local
1344 reset_count = fake_hangcheck(gt, ALL_ENGINES); in igt_reset_wait()
1354 if (i915_reset_count(global) == reset_count) { in igt_reset_wait()
1684 unsigned int reset_count; in igt_reset_queue() local
1736 reset_count = fake_hangcheck(gt, BIT(id)); in igt_reset_queue()
1756 if (i915_reset_count(global) == reset_count) { in igt_reset_queue()