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