]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.h
Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux.git] / drivers / gpu / drm / i915 / gt / selftest_engine_heartbeat.h
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_disable_no_pm(struct intel_engine_cs *engine);
13 void st_engine_heartbeat_enable(struct intel_engine_cs *engine);
14 void st_engine_heartbeat_enable_no_pm(struct intel_engine_cs *engine);
15
16 #endif /* SELFTEST_ENGINE_HEARTBEAT_H */
This page took 0.03477 seconds and 4 git commands to generate.