xref: /openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn303.h (revision c83eeec79ff64f777cbd59a8bd15d0a3fe1f92c0)
1 // SPDX-License-Identifier: MIT
2 /*
3  * Copyright (C) 2021 Advanced Micro Devices, Inc.
4  *
5  * Authors: AMD
6  */
7 
8 #ifndef _DMUB_DCN303_H_
9 #define _DMUB_DCN303_H_
10 
11 #include "dmub_dcn20.h"
12 
13 /* Registers. */
14 
15 extern const struct dmub_srv_common_regs dmub_srv_dcn303_regs;
16 
17 /* Hardware functions. */
18 
19 #endif /* _DMUB_DCN303_H_ */
20