Searched refs:I915_RESET_BACKOFF (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
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-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_reset_types.h | 43 #define I915_RESET_BACKOFF 0 macro
|
D | intel_reset.c | 1207 GEM_BUG_ON(!test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_reset() 1499 if (test_and_set_bit(I915_RESET_BACKOFF, >->reset.flags)) { in intel_gt_handle_error() 1501 !test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_handle_error() 1532 clear_bit_unlock(I915_RESET_BACKOFF, >->reset.flags); in intel_gt_handle_error() 1547 while (test_bit(I915_RESET_BACKOFF, >->reset.flags)) { in _intel_gt_reset_lock() 1554 !test_bit(I915_RESET_BACKOFF, in _intel_gt_reset_lock() 1594 !test_bit(I915_RESET_BACKOFF, in intel_gt_terminally_wedged()
|
D | intel_gt_debugfs.c | 37 !test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_debugfs_reset_store()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_submission.c | 1332 in_reset = test_bit(I915_RESET_BACKOFF, >->reset.flags); in guc_engine_busyness() 1416 test_bit(I915_RESET_BACKOFF, &guc_to_gt(guc)->reset.flags)) in guc_cancel_busyness_worker()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 2268 if (test_bit(I915_RESET_BACKOFF, >->reset.flags)) { in intel_klog_error_capture()
|