xref: /openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.h (revision cbecf716ca618fd44feda6bd9a64a8179d031fc5)
1*a4322e18SWenhui Sheng /*
2*a4322e18SWenhui Sheng  * Copyright 2020 Advanced Micro Devices, Inc.
3*a4322e18SWenhui Sheng  *
4*a4322e18SWenhui Sheng  * Permission is hereby granted, free of charge, to any person obtaining a
5*a4322e18SWenhui Sheng  * copy of this software and associated documentation files (the "Software"),
6*a4322e18SWenhui Sheng  * to deal in the Software without restriction, including without limitation
7*a4322e18SWenhui Sheng  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*a4322e18SWenhui Sheng  * and/or sell copies of the Software, and to permit persons to whom the
9*a4322e18SWenhui Sheng  * Software is furnished to do so, subject to the following conditions:
10*a4322e18SWenhui Sheng  *
11*a4322e18SWenhui Sheng  * The above copyright notice and this permission notice shall be included in
12*a4322e18SWenhui Sheng  * all copies or substantial portions of the Software.
13*a4322e18SWenhui Sheng  *
14*a4322e18SWenhui Sheng  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*a4322e18SWenhui Sheng  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*a4322e18SWenhui Sheng  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*a4322e18SWenhui Sheng  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*a4322e18SWenhui Sheng  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*a4322e18SWenhui Sheng  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*a4322e18SWenhui Sheng  * OTHER DEALINGS IN THE SOFTWARE.
21*a4322e18SWenhui Sheng  *
22*a4322e18SWenhui Sheng  *
23*a4322e18SWenhui Sheng  */
24*a4322e18SWenhui Sheng #ifndef _AMDGPU_RAP_H
25*a4322e18SWenhui Sheng #define _AMDGPU_RAP_H
26*a4322e18SWenhui Sheng 
27*a4322e18SWenhui Sheng #include "amdgpu.h"
28*a4322e18SWenhui Sheng 
29*a4322e18SWenhui Sheng void amdgpu_rap_debugfs_init(struct amdgpu_device *adev);
30*a4322e18SWenhui Sheng #endif
31