Searched refs:I915_RESET_BACKOFF (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | igt_reset.c | 21 while (test_and_set_bit(I915_RESET_BACKOFF, >->reset.flags)) in igt_global_reset_lock() 23 !test_bit(I915_RESET_BACKOFF, >->reset.flags)); in igt_global_reset_lock() 41 clear_bit(I915_RESET_BACKOFF, >->reset.flags); in igt_global_reset_unlock()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_reset.c | 1212 GEM_BUG_ON(!test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_reset() 1510 BUILD_BUG_ON(I915_RESET_BACKOFF >= I915_RESET_ENGINE); in intel_gt_handle_error() 1528 if (test_and_set_bit(I915_RESET_BACKOFF, >->reset.flags)) { in intel_gt_handle_error() 1530 !test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_handle_error() 1561 clear_bit_unlock(I915_RESET_BACKOFF, >->reset.flags); in intel_gt_handle_error() 1576 while (test_bit(I915_RESET_BACKOFF, >->reset.flags)) { in _intel_gt_reset_lock() 1583 !test_bit(I915_RESET_BACKOFF, in _intel_gt_reset_lock() 1623 !test_bit(I915_RESET_BACKOFF, in intel_gt_terminally_wedged()
|
| H A D | intel_reset_types.h | 43 #define I915_RESET_BACKOFF 0 macro
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_submission.c | 1344 in_reset = test_bit(I915_RESET_BACKOFF, >->reset.flags); in guc_engine_busyness() 1431 test_bit(I915_RESET_BACKOFF, &guc_to_gt(guc)->reset.flags)) in guc_cancel_busyness_worker()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 2332 if (test_bit(I915_RESET_BACKOFF, >->reset.flags)) { in intel_klog_error_capture()
|