xref: /linux/drivers/gpu/drm/amd/amdgpu/sdma_v7_1.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
14ed5116aSLikun Gao /*
24ed5116aSLikun Gao  * Copyright 2025 Advanced Micro Devices, Inc.
34ed5116aSLikun Gao  *
44ed5116aSLikun Gao  * Permission is hereby granted, free of charge, to any person obtaining a
54ed5116aSLikun Gao  * copy of this software and associated documentation files (the "Software"),
64ed5116aSLikun Gao  * to deal in the Software without restriction, including without limitation
74ed5116aSLikun Gao  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
84ed5116aSLikun Gao  * and/or sell copies of the Software, and to permit persons to whom the
94ed5116aSLikun Gao  * Software is furnished to do so, subject to the following conditions:
104ed5116aSLikun Gao  *
114ed5116aSLikun Gao  * The above copyright notice and this permission notice shall be included in
124ed5116aSLikun Gao  * all copies or substantial portions of the Software.
134ed5116aSLikun Gao  *
144ed5116aSLikun Gao  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154ed5116aSLikun Gao  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164ed5116aSLikun Gao  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
174ed5116aSLikun Gao  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
184ed5116aSLikun Gao  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
194ed5116aSLikun Gao  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
204ed5116aSLikun Gao  * OTHER DEALINGS IN THE SOFTWARE.
214ed5116aSLikun Gao  *
224ed5116aSLikun Gao  */
234ed5116aSLikun Gao 
244ed5116aSLikun Gao #ifndef __SDMA_V7_1_H__
254ed5116aSLikun Gao #define __SDMA_V7_1_H__
264ed5116aSLikun Gao 
274ed5116aSLikun Gao extern const struct amd_ip_funcs sdma_v7_1_ip_funcs;
284ed5116aSLikun Gao extern const struct amdgpu_ip_block_version sdma_v7_1_ip_block;
29*e90a43c0SHawking Zhang extern struct amdgpu_xcp_ip_funcs sdma_v7_1_xcp_funcs;
304ed5116aSLikun Gao 
314ed5116aSLikun Gao #endif /* __SDMA_V7_1_H__ */
32