xref: /dflybsd-src/sys/dev/drm/i915/i915_oa_hsw.h (revision 3f2dd94a569761201b5b0a18b2f697f97fe1b9dc)
1a85cb24fSFrançois Tigeot /*
2*3f2dd94aSFrançois Tigeot  * Autogenerated file by GPU Top : https://github.com/rib/gputop
3*3f2dd94aSFrançois Tigeot  * DO NOT EDIT manually!
4*3f2dd94aSFrançois Tigeot  *
5a85cb24fSFrançois Tigeot  *
6a85cb24fSFrançois Tigeot  * Copyright (c) 2015 Intel Corporation
7a85cb24fSFrançois Tigeot  *
8a85cb24fSFrançois Tigeot  * Permission is hereby granted, free of charge, to any person obtaining a
9a85cb24fSFrançois Tigeot  * copy of this software and associated documentation files (the "Software"),
10a85cb24fSFrançois Tigeot  * to deal in the Software without restriction, including without limitation
11a85cb24fSFrançois Tigeot  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
12a85cb24fSFrançois Tigeot  * and/or sell copies of the Software, and to permit persons to whom the
13a85cb24fSFrançois Tigeot  * Software is furnished to do so, subject to the following conditions:
14a85cb24fSFrançois Tigeot  *
15a85cb24fSFrançois Tigeot  * The above copyright notice and this permission notice (including the next
16a85cb24fSFrançois Tigeot  * paragraph) shall be included in all copies or substantial portions of the
17a85cb24fSFrançois Tigeot  * Software.
18a85cb24fSFrançois Tigeot  *
19a85cb24fSFrançois Tigeot  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20a85cb24fSFrançois Tigeot  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21a85cb24fSFrançois Tigeot  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
22a85cb24fSFrançois Tigeot  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23a85cb24fSFrançois Tigeot  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24a85cb24fSFrançois Tigeot  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
25a85cb24fSFrançois Tigeot  * IN THE SOFTWARE.
26a85cb24fSFrançois Tigeot  *
27a85cb24fSFrançois Tigeot  */
28a85cb24fSFrançois Tigeot 
29a85cb24fSFrançois Tigeot #ifndef __I915_OA_HSW_H__
30a85cb24fSFrançois Tigeot #define __I915_OA_HSW_H__
31a85cb24fSFrançois Tigeot 
32*3f2dd94aSFrançois Tigeot extern void i915_perf_load_test_config_hsw(struct drm_i915_private *dev_priv);
33a85cb24fSFrançois Tigeot 
34a85cb24fSFrançois Tigeot #endif
35