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