Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-block.git] / drivers / gpu / drm / i915 / gt / selftest_rps.h
CommitLineData
46495adc
CW
1/* SPDX-License-Identifier: MIT */
2/*
3 * Copyright © 2020 Intel Corporation
4 */
5
6#ifndef SELFTEST_RPS_H
7#define SELFTEST_RPS_H
8
9938ee2e 9int live_rps_control(void *arg);
6dc0d028 10int live_rps_clock_interval(void *arg);
0eaccc4b
CW
11int live_rps_frequency_cs(void *arg);
12int live_rps_frequency_srm(void *arg);
c43dd6b4 13int live_rps_power(void *arg);
e42a969e
CW
14int live_rps_interrupt(void *arg);
15int live_rps_dynamic(void *arg);
46495adc
CW
16
17#endif /* SELFTEST_RPS_H */