Searched refs:I915_RESET_ENGINE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
| D | igt_reset.c | 26 while (test_and_set_bit(I915_RESET_ENGINE + id, in igt_global_reset_lock() 28 wait_on_bit(>->reset.flags, I915_RESET_ENGINE + id, in igt_global_reset_lock() 39 clear_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_global_reset_unlock()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_reset_types.h | 36 #define I915_RESET_ENGINE 2 macro
|
| D | intel_reset.c | 1035 GEM_BUG_ON(!test_bit(I915_RESET_ENGINE + engine->id, >->reset.flags)); in intel_engine_reset() 1167 BUILD_BUG_ON(I915_RESET_MODESET >= I915_RESET_ENGINE); in intel_gt_handle_error() 1168 if (test_and_set_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1175 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1195 while (test_and_set_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1198 I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1205 clear_bit_unlock(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
|
| D | selftest_hangcheck.c | 486 set_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_reset_nop_engine() 530 clear_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_reset_nop_engine() 591 set_bit(I915_RESET_ENGINE + id, >->reset.flags); in __igt_reset_engine() 644 clear_bit(I915_RESET_ENGINE + id, >->reset.flags); in __igt_reset_engine() 853 set_bit(I915_RESET_ENGINE + id, >->reset.flags); in __igt_reset_engines() 928 clear_bit(I915_RESET_ENGINE + id, >->reset.flags); in __igt_reset_engines()
|
| D | selftest_lrc.c | 1371 set_bit(I915_RESET_ENGINE + id, &i915->gt.reset.flags); in live_preempt_hang() 1373 clear_bit(I915_RESET_ENGINE + id, &i915->gt.reset.flags); in live_preempt_hang()
|