Searched refs:I915_RESET_ENGINE (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_reset_types.h | 45 #define I915_RESET_ENGINE 2 macro
|
D | intel_reset.c | 1328 GEM_BUG_ON(!test_bit(I915_RESET_ENGINE + engine->id, >->reset.flags)); in __intel_engine_reset_bh() 1481 BUILD_BUG_ON(I915_RESET_MODESET >= I915_RESET_ENGINE); in intel_gt_handle_error() 1482 if (test_and_set_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1489 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1514 while (test_and_set_bit(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1517 I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1529 clear_bit_unlock(I915_RESET_ENGINE + engine->id, in intel_gt_handle_error() 1603 BUILD_BUG_ON(I915_RESET_ENGINE + I915_NUM_ENGINES > in intel_gt_set_wedged_on_init()
|
D | selftest_hangcheck.c | 461 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in igt_reset_nop_engine() 519 clear_and_wake_up_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_reset_nop_engine() 573 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in igt_reset_fail_engine() 671 clear_and_wake_up_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_reset_fail_engine() 726 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in __igt_reset_engine() 817 clear_and_wake_up_bit(I915_RESET_ENGINE + id, >->reset.flags); in __igt_reset_engine() 1045 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id, in __igt_reset_engines() 1169 clear_and_wake_up_bit(I915_RESET_ENGINE + id, >->reset.flags); in __igt_reset_engines()
|
D | selftest_lrc.c | 1744 const unsigned int bit = I915_RESET_ENGINE + engine->id; in garbage_reset()
|
D | selftest_execlists.c | 558 if (test_and_set_bit(I915_RESET_ENGINE + engine->id, in engine_lock_reset_tasklet() 572 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, in engine_unlock_reset_tasklet()
|
D | intel_execlists_submission.c | 2391 const unsigned int bit = I915_RESET_ENGINE + engine->id; in execlists_reset()
|