Searched refs:I915_RESET_ENGINE (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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_and_wake_up_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_global_reset_unlock()
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_reset_types.h | 45 #define I915_RESET_ENGINE 2 macro
|
D | intel_reset.c | 1220 GEM_BUG_ON(!test_bit(I915_RESET_ENGINE + engine->id, >->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()
|
D | selftest_hangcheck.c | 476 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, >->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, >->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, >->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, >->reset.flags); in __igt_reset_engines()
|
D | selftest_lrc.c | 1737 const unsigned int bit = I915_RESET_ENGINE + engine->id; in garbage_reset()
|
D | selftest_execlists.c | 560 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()
|
D | intel_execlists_submission.c | 2381 const unsigned int bit = I915_RESET_ENGINE + engine->id; in execlists_reset()
|