Searched refs:I915_RESET_BACKOFF (Results 1 – 6 of 6) sorted by relevance
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset_types.h | 43 #define I915_RESET_BACKOFF 0 macro
|
H A D | intel_reset.c | 1189 GEM_BUG_ON(!test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_reset() 1458 if (test_and_set_bit(I915_RESET_BACKOFF, >->reset.flags)) { in intel_gt_handle_error() 1460 !test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_handle_error() 1491 clear_bit_unlock(I915_RESET_BACKOFF, >->reset.flags); in intel_gt_handle_error() 1506 while (test_bit(I915_RESET_BACKOFF, >->reset.flags)) { in _intel_gt_reset_lock() 1513 !test_bit(I915_RESET_BACKOFF, in _intel_gt_reset_lock() 1553 !test_bit(I915_RESET_BACKOFF, in intel_gt_terminally_wedged()
|
H A D | intel_gt_debugfs.c | 37 !test_bit(I915_RESET_BACKOFF, >->reset.flags)); in intel_gt_debugfs_reset_store()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 2253 if (test_bit(I915_RESET_BACKOFF, >->reset.flags)) { in intel_klog_error_capture()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 1317 in_reset = test_bit(I915_RESET_BACKOFF, >->reset.flags); in guc_engine_busyness()
|