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