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