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