Searched refs:I915_RESET_MODESET (Results 1 – 3 of 3) sorted by relevance
44 #define I915_RESET_MODESET 1 macro
1363 BUILD_BUG_ON(I915_RESET_MODESET >= I915_RESET_ENGINE); in intel_gt_handle_error()
869 set_bit(I915_RESET_MODESET, &to_gt(dev_priv)->reset.flags); in intel_display_prepare_reset()871 wake_up_bit(&to_gt(dev_priv)->reset.flags, I915_RESET_MODESET); in intel_display_prepare_reset()926 if (!test_bit(I915_RESET_MODESET, &to_gt(i915)->reset.flags)) in intel_display_finish_reset()964 clear_bit_unlock(I915_RESET_MODESET, &to_gt(i915)->reset.flags); in intel_display_finish_reset()7367 I915_RESET_MODESET), in intel_atomic_commit_fence_wait()7372 test_bit(I915_RESET_MODESET, &to_gt(dev_priv)->reset.flags)) in intel_atomic_commit_fence_wait()7379 I915_RESET_MODESET), in intel_atomic_commit_fence_wait()
Completed in 20 milliseconds