xref: /linux/drivers/gpu/drm/i915/gt/selftest_engine.h (revision 17cfcb68af3bc7d5e8ae08779b1853310a2949f3)
1 /*
2  * SPDX-License-Identifier: GPL-2.0
3  *
4  * Copyright © 2019 Intel Corporation
5  */
6 
7 #ifndef SELFTEST_ENGINE_H
8 #define SELFTEST_ENGINE_H
9 
10 struct intel_gt;
11 
12 int live_engine_pm_selftests(struct intel_gt *gt);
13 
14 #endif
15