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