xref: /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/selftest_rps.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: MIT */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright © 2020 Intel Corporation
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun #ifndef SELFTEST_RPS_H
7*4882a593Smuzhiyun #define SELFTEST_RPS_H
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun int live_rps_control(void *arg);
10*4882a593Smuzhiyun int live_rps_clock_interval(void *arg);
11*4882a593Smuzhiyun int live_rps_frequency_cs(void *arg);
12*4882a593Smuzhiyun int live_rps_frequency_srm(void *arg);
13*4882a593Smuzhiyun int live_rps_power(void *arg);
14*4882a593Smuzhiyun int live_rps_interrupt(void *arg);
15*4882a593Smuzhiyun int live_rps_dynamic(void *arg);
16*4882a593Smuzhiyun 
17*4882a593Smuzhiyun #endif /* SELFTEST_RPS_H */
18