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