Home
last modified time | relevance | path

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

/linux-6.1.9/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_and_wake_up_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in igt_global_reset_unlock()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_reset_types.h45 #define I915_RESET_ENGINE 2 macro
Dintel_reset.c1220 GEM_BUG_ON(!test_bit(I915_RESET_ENGINE + engine->id, &gt->reset.flags)); in __intel_engine_reset_bh()
1373 BUILD_BUG_ON(I915_RESET_MODESET >= I915_RESET_ENGINE); in intel_gt_handle_error()
1374 if (test_and_set_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
1381 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
1406 while (test_and_set_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
1409 I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
1421 clear_bit_unlock(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error()
1481 BUILD_BUG_ON(I915_RESET_ENGINE + I915_NUM_ENGINES > in intel_gt_set_wedged_on_init()
Dselftest_hangcheck.c476 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in igt_reset_nop_engine()
534 clear_and_wake_up_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in igt_reset_nop_engine()
588 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in igt_reset_fail_engine()
686 clear_and_wake_up_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in igt_reset_fail_engine()
741 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in __igt_reset_engine()
832 clear_and_wake_up_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in __igt_reset_engine()
1054 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in __igt_reset_engines()
1178 clear_and_wake_up_bit(I915_RESET_ENGINE + id, &gt->reset.flags); in __igt_reset_engines()
Dselftest_lrc.c1737 const unsigned int bit = I915_RESET_ENGINE + engine->id; in garbage_reset()
Dselftest_execlists.c560 if (test_and_set_bit(I915_RESET_ENGINE + engine->id, in engine_lock_reset_tasklet()
574 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in engine_unlock_reset_tasklet()
Dintel_execlists_submission.c2381 const unsigned int bit = I915_RESET_ENGINE + engine->id; in execlists_reset()