Lines Matching refs:reset_count
383 unsigned int reset_count, count; in igt_reset_nop() local
390 reset_count = i915_reset_count(global); in igt_reset_nop()
427 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop()
457 unsigned int reset_count, reset_engine_count, count; in igt_reset_nop_engine() local
466 reset_count = i915_reset_count(global); in igt_reset_nop_engine()
513 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine()
562 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
575 reset_count = i915_reset_count(global); in __igt_reset_engine()
615 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine()
1038 unsigned int reset_count; in igt_reset_wait() local
1076 reset_count = fake_hangcheck(gt, ALL_ENGINES); in igt_reset_wait()
1086 if (i915_reset_count(global) == reset_count) { in igt_reset_wait()
1398 unsigned int reset_count; in igt_reset_queue() local
1449 reset_count = fake_hangcheck(gt, BIT(id)); in igt_reset_queue()
1469 if (i915_reset_count(global) == reset_count) { in igt_reset_queue()