Lines Matching refs:global

351 	struct i915_gpu_error *global = &gt->i915->gpu_error;
360 reset_count = i915_reset_count(global);
401 if (i915_reset_count(global) != reset_count + ++count) {
403 engine->name, i915_reset_count(global), reset_count, count);
427 struct i915_gpu_error *global = &gt->i915->gpu_error;
456 reset_count = i915_reset_count(global);
457 reset_engine_count = i915_reset_engine_count(global, engine);
505 if (i915_reset_count(global) != reset_count) {
511 if (i915_reset_engine_count(global, engine) !=
686 struct i915_gpu_error *global = &gt->i915->gpu_error;
722 reset_count = i915_reset_count(global);
723 reset_engine_count = i915_reset_engine_count(global, engine);
789 if (i915_reset_count(global) != reset_count) {
797 if (i915_reset_engine_count(global, engine) !=
966 struct i915_gpu_error *global = &gt->i915->gpu_error;
994 unsigned long device = i915_reset_count(global);
1017 i915_reset_engine_count(global, other);
1177 reported = i915_reset_engine_count(global, engine);
1210 i915_reset_engine_count(global, other)) {
1213 i915_reset_engine_count(global, other) -
1221 if (device != i915_reset_count(global)) {
1223 i915_reset_count(global) - device);
1298 struct i915_gpu_error *global = &gt->i915->gpu_error;
1354 if (i915_reset_count(global) == reset_count) {
1595 /* aliasing == global gtt locking, covered above */
1638 struct i915_gpu_error *global = &gt->i915->gpu_error;
1756 if (i915_reset_count(global) == reset_count) {
1810 struct i915_gpu_error *global = &gt->i915->gpu_error;
1819 /* Check that we can issue a global GPU and engine reset */
1857 error = xchg(&global->first_error, (void *)-1);
1861 xchg(&global->first_error, error);