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