2 * SPDX-License-Identifier: GPL-2.0
4 * Copyright © 2018 Intel Corporation
7 #include "i915_selftest.h"
8 #include "selftest_engine.h"
10 int intel_engine_live_selftests(struct drm_i915_private
*i915
)
12 static int (* const tests
[])(struct intel_gt
*) = {
13 live_engine_pm_selftests
,
16 struct intel_gt
*gt
= &i915
->gt
;
19 for (fn
= tests
; *fn
; fn
++) {