Lines Matching refs:reset_count
366 unsigned int reset_count, count; in igt_reset_nop() local
373 reset_count = i915_reset_count(global); in igt_reset_nop()
414 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop()
416 engine->name, i915_reset_count(global), reset_count, count); in igt_reset_nop()
450 unsigned int reset_count, reset_engine_count, count; in igt_reset_nop_engine() local
469 reset_count = i915_reset_count(global); in igt_reset_nop_engine()
517 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine()
715 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
733 reset_count = i915_reset_count(global); in __igt_reset_engine()
799 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine()
1296 unsigned int reset_count; in igt_reset_wait() local
1337 reset_count = fake_hangcheck(gt, ALL_ENGINES); in igt_reset_wait()
1347 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()