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