Home
last modified time | relevance | path

Searched refs:I915_RESET_ENGINE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Digt_reset.c26 while (test_and_set_bit(I915_RESET_ENGINE + id, in igt_global_reset_lock()
28 wait_on_bit(&gt->reset.flags, I915_RESET_ENGINE + id, in igt_global_reset_lock()
39 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in igt_global_reset_unlock()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_reset_types.h36 #define I915_RESET_ENGINE 2 macro
Dintel_reset.c1035 GEM_BUG_ON(!test_bit(I915_RESET_ENGINE + engine->id, &gt->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()
Dselftest_hangcheck.c486 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in igt_reset_nop_engine()
530 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in igt_reset_nop_engine()
591 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in __igt_reset_engine()
644 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in __igt_reset_engine()
853 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in __igt_reset_engines()
928 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in __igt_reset_engines()
Dselftest_lrc.c1371 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()