xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/oa/i915_oa_chv.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: i915_oa_chv.h,v 1.2 2021/12/18 23:45:31 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 /*
5  * Copyright © 2018-2019 Intel Corporation
6  *
7  * Autogenerated file by GPU Top : https://github.com/rib/gputop
8  * DO NOT EDIT manually!
9  */
10 
11 #ifndef __I915_OA_CHV_H__
12 #define __I915_OA_CHV_H__
13 
14 struct drm_i915_private;
15 
16 void i915_perf_load_test_config_chv(struct drm_i915_private *dev_priv);
17 
18 #endif
19