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