Lines Matching refs:reset_count
374 unsigned int reset_count, count; in igt_reset_nop() local
395 reset_count = i915_reset_count(global); in igt_reset_nop()
426 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop()
478 unsigned int reset_count, reset_engine_count; in igt_reset_nop_engine() local
482 reset_count = i915_reset_count(global); in igt_reset_nop_engine()
516 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine()
574 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
587 reset_count = i915_reset_count(global); in __igt_reset_engine()
630 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine()
1052 unsigned int reset_count; in igt_reset_wait() local
1091 reset_count = fake_hangcheck(gt, ALL_ENGINES); in igt_reset_wait()
1101 if (i915_reset_count(global) == reset_count) { in igt_reset_wait()
1431 unsigned int reset_count; in igt_reset_queue() local
1482 reset_count = fake_hangcheck(gt, BIT(id)); in igt_reset_queue()
1502 if (i915_reset_count(global) == reset_count) { in igt_reset_queue()