1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright © 2018 Intel Corporation
6 #include "i915_selftest.h"
7 #include "selftest_engine.h"
9 int intel_engine_live_selftests(struct drm_i915_private *i915)
11 static int (* const tests[])(struct intel_gt *) = {
12 live_engine_pm_selftests,
15 struct intel_gt *gt = to_gt(i915);
18 for (fn = tests; *fn; fn++) {