// SPDX-License-Identifier: MIT /* * Copyright © 2022 Intel Corporation */ #include "gt/intel_gt_print.h" #include "selftests/igt_spinner.h" #include "selftests/igt_reset.h" #include "selftests/intel_scheduler_helpers.h" #include "gt/intel_engine_heartbeat.h" #include "gem/selftests/mock_context.h" #define BEAT_INTERVAL … static struct i915_request *nop_request(struct intel_engine_cs *engine) { … } static int intel_hang_guc(void *arg) { … } int intel_guc_hang_check(struct drm_i915_private *i915) { … }