xref: /openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.h (revision 29e1c1ad3ff7f345d80c7b81b08175f5a8c84122)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5 
6 #ifndef SELFTEST_ENGINE_HEARTBEAT_H
7 #define SELFTEST_ENGINE_HEARTBEAT_H
8 
9 struct intel_engine_cs;
10 
11 void st_engine_heartbeat_disable(struct intel_engine_cs *engine);
12 void st_engine_heartbeat_enable(struct intel_engine_cs *engine);
13 
14 #endif /* SELFTEST_ENGINE_HEARTBEAT_H */
15